aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds27-1075/+2960
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+9
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang6-0/+720
2009-08-31crypto: api - Do not displace newly registered algorithmsHerbert Xu1-14/+63
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu1-2/+9
2009-08-29crypto: ansi_cprng - Fix module initializationSteffen Klassert1-8/+1
2009-08-20crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert1-3/+5
2009-08-20crypto: fips - Depend on ansi_cprngNeil Horman1-2/+6
2009-08-14crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu1-0/+6
2009-08-13crypto: ctr - Use chainiv on raw counter modeHerbert Xu1-0/+2
2009-08-13Revert crypto: fips - Select CPRNGHerbert Xu1-1/+0
2009-08-13crypto: rng - Fix typoChristian Kujau1-1/+1
2009-08-06crypto: cryptd - Add support to access underlaying shashHuang Ying1-0/+35
2009-08-06crypto: gcm - Use GHASH digest algorithmHuang Ying2-174/+408
2009-08-06crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying3-0/+178
2009-08-05crypto: authenc - Convert to ahashSteffen Klassert1-69/+285
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2009-07-24crypto: hmac - Prehash ipad/opadHerbert Xu1-46/+62
2009-07-24crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody1-2/+7
2009-07-24crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert1-1/+1
2009-07-24crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert1-2/+2
2009-07-22crypto: shash - Require all algorithms to support export/importHerbert Xu1-8/+11
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu1-17/+11
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu1-13/+7
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu1-91/+73
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu1-16/+6
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu1-0/+40
2009-07-15crypto: shash - Fix async finup handling of null digestHerbert Xu1-2/+7
2009-07-15crypto: ahash - Fix setkey crashHerbert Xu1-4/+2
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert1-0/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu2-7/+249
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu1-1/+1
2009-07-14crypto: shash - Fix alignment in unaligned operationsHerbert Xu1-2/+4
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu2-5/+12
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu2-29/+0
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu1-27/+37
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu2-27/+29
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu1-3/+6
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu1-0/+72
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu2-31/+59
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu3-10/+6
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu1-2/+3
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu1-80/+84
2009-07-14crypto: shash - Export async functionsHerbert Xu1-20/+22
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