summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu
2009-07-14crypto: shash - Export async functionsHerbert Xu
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu
2009-07-14crypto: xcbc - Switch to shashHerbert Xu
2009-07-14crypto: hmac - Switch to shashHerbert Xu
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu
2009-07-11crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu
2009-07-11crypto: shash - Move finup/digest null checks to registration timeHerbert Xu
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu
2009-07-09crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu
2009-07-08crypto: shash - Propagate reinit return valueHerbert Xu
2009-07-08crypto: shash - Use finup in default digestHerbert Xu
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu
2009-07-08crypto: shash - Add spawn supportHerbert Xu
2009-07-08crypto: api - Add new style spawn supportHerbert Xu
2009-07-08crypto: shash - Add shash_instanceHerbert Xu
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu
2009-07-07crypto: api - Add new template create functionHerbert Xu
2009-07-03crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior
2009-07-03crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior
2009-07-02crypto: testmgr - Allow implementation-specific testsHerbert Xu
2009-07-01dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams
2009-06-25crypto: skcipher - Change default sync geniv on SMP to eseqivHerbert Xu
2009-06-25crypto: skcipher - Fix request for sync algorithmsHerbert Xu
2009-06-24crypto: testmgr - Remove hash size checkHerbert Xu
2009-06-21crypto: fips - Select CPRNGNeil Horman
2009-06-19crypto: tcrypt - Fix module return code when testing by nameHerbert Xu
2009-06-19crypto: ansi_cprng - Do not select FIPSHerbert Xu
2009-06-19crypto: tcrypt - Test algorithms by nameSteffen Klassert
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams