aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu2-0/+123
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu5-91/+148
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu4-14/+8
2009-07-14crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu2-2/+4
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu1-2/+3
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu1-0/+6
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu1-80/+84
2009-07-14crypto: shash - Export async functionsHerbert Xu2-20/+25
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu3-34/+3
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu1-5/+1
2009-07-14crypto: xcbc - Switch to shashHerbert Xu1-148/+87
2009-07-14crypto: hmac - Switch to shashHerbert Xu1-157/+114
2009-07-14crypto: padlock - Switch sha to shashHerbert Xu2-179/+156
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu3-13/+31
2009-07-12crypto: async - Use kzfree for requestsHerbert Xu2-3/+3
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu1-3/+8
2009-07-11crypto: padlock - Use shash fallback for shaHerbert Xu1-30/+52
2009-07-11crypto: sha256-s390 - Add export/import supportHerbert Xu1-0/+26
2009-07-11crypto: sha1-s390 - Add export/import supportHerbert Xu1-0/+26
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu2-12/+31
2009-07-11crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu1-35/+30
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu2-16/+33
2009-07-11crypto: shash - Move finup/digest null checks to registration timeHerbert Xu1-4/+6
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu2-15/+28
2009-07-09crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu1-0/+3
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu1-0/+5
2009-07-08crypto: shash - Propagate reinit return valueHerbert Xu1-1/+1
2009-07-08crypto: shash - Use finup in default digestHerbert Xu1-2/+1
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu1-0/+5
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu1-0/+5
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu2-2/+27
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu2-0/+12
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu4-13/+40
2009-07-08crypto: shash - Add spawn supportHerbert Xu2-0/+23
2009-07-08crypto: api - Add new style spawn supportHerbert Xu2-3/+58
2009-07-08crypto: shash - Add shash_instanceHerbert Xu2-0/+33
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu2-6/+33
2009-07-07crypto: api - Add new template create functionHerbert Xu2-0/+6
2009-07-03crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior1-17/+8
2009-07-03crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior1-5/+4
2009-07-02crypto: testmgr - Allow implementation-specific testsHerbert Xu1-4/+13
2009-06-25crypto: skcipher - Change default sync geniv on SMP to eseqivHerbert Xu1-1/+19
2009-06-25crypto: skcipher - Fix request for sync algorithmsHerbert Xu1-1/+2
2009-06-25hwrng: Use PCI_VDEVICEJoe Perches2-4/+3
2009-06-24crypto: testmgr - Remove hash size checkHerbert Xu1-4/+0
2009-06-24crypto: aes-ni - Don't print message with KERN_ERR on old systemRoland Dreier1-1/+1
2009-06-21crypto: fips - Select CPRNGNeil Horman1-0/+1
2009-06-19crypto: tcrypt - Fix module return code when testing by nameHerbert Xu1-1/+1
2009-06-19crypto: ansi_cprng - Do not select FIPSHerbert Xu1-1/+0
2009-06-19crypto: tcrypt - Test algorithms by nameSteffen Klassert1-1/+14