aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 27-1075/+2960
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-2/+9
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportGravatar Shane Wang 6-0/+720
2009-08-31crypto: api - Do not displace newly registered algorithmsGravatar Herbert Xu 1-14/+63
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testGravatar Herbert Xu 1-2/+9
2009-08-29crypto: ansi_cprng - Fix module initializationGravatar Steffen Klassert 1-8/+1
2009-08-20crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxGravatar Steffen Klassert 1-3/+5
2009-08-20crypto: fips - Depend on ansi_cprngGravatar Neil Horman 1-2/+6
2009-08-14crypto: blkcipher - Do not use eseqiv on stream ciphersGravatar Herbert Xu 1-0/+6
2009-08-13crypto: ctr - Use chainiv on raw counter modeGravatar Herbert Xu 1-0/+2
2009-08-13Revert crypto: fips - Select CPRNGGravatar Herbert Xu 1-1/+0
2009-08-13crypto: rng - Fix typoGravatar Christian Kujau 1-1/+1
2009-08-06crypto: cryptd - Add support to access underlaying shashGravatar Huang Ying 1-0/+35
2009-08-06crypto: gcm - Use GHASH digest algorithmGravatar Huang Ying 2-174/+408
2009-08-06crypto: ghash - Add GHASH digest algorithm for GCMGravatar Huang Ying 3-0/+178
2009-08-05crypto: authenc - Convert to ahashGravatar Steffen Klassert 1-69/+285
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-1/+1
2009-07-24crypto: hmac - Prehash ipad/opadGravatar Herbert Xu 1-46/+62
2009-07-24crypto: aes - Undefined behaviour in crypto_aes_expand_keyGravatar Phil Carmody 1-2/+7
2009-07-24crypto: shash - Test for the algorithms import function before exporting itGravatar Steffen Klassert 1-1/+1
2009-07-24crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepGravatar Steffen Klassert 1-2/+2
2009-07-22crypto: shash - Require all algorithms to support export/importGravatar Herbert Xu 1-8/+11
2009-07-22crypto: sha512_generic - Use 64-bit countersGravatar Herbert Xu 1-17/+11
2009-07-22crypto: sha512 - Export struct sha512_stateGravatar Herbert Xu 1-13/+7
2009-07-22crypto: xcbc - Fix shash conversionGravatar Herbert Xu 1-91/+73
2009-07-22crypto: xcbc - Use crypto_xorGravatar Herbert Xu 1-16/+6
2009-07-22crypto: cryptd - Add finup/export/import for hashGravatar Herbert Xu 1-0/+40
2009-07-15crypto: shash - Fix async finup handling of null digestGravatar Herbert Xu 1-2/+7
2009-07-15crypto: ahash - Fix setkey crashGravatar Herbert Xu 1-4/+2
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceGravatar Herbert Xu 1-0/+1
2009-07-15crypto: hmac - Fix incorrect error value when creating instanceGravatar Herbert Xu 1-0/+1
2009-07-15crypto: cryptd - Fix uninitialized return valueGravatar Steffen Klassert 1-0/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsGravatar Herbert Xu 2-7/+249
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyGravatar Herbert Xu 1-1/+1
2009-07-14crypto: shash - Fix alignment in unaligned operationsGravatar Herbert Xu 1-2/+4
2009-07-14crypto: hash - Zap unaligned buffersGravatar Herbert Xu 2-5/+12
2009-07-14crypto: ahash - Remove old_ahash_algGravatar Herbert Xu 2-29/+0
2009-07-14crypto: cryptd - Switch to new style ahashGravatar Herbert Xu 1-27/+37
2009-07-14crypto: cryptd - Switch to template create APIGravatar Herbert Xu 2-27/+29
2009-07-14crypto: tcrypt - Add mask parameterGravatar Herbert Xu 1-3/+6
2009-07-14crypto: ahash - Add instance/spawn supportGravatar Herbert Xu 1-0/+72
2009-07-14crypto: ahash - Convert to new style algorithmsGravatar Herbert Xu 2-31/+59
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmGravatar Herbert Xu 3-10/+6
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeGravatar Herbert Xu 1-2/+3
2009-07-14crypto: cryptd - Use shash algorithmsGravatar Herbert Xu 1-80/+84
2009-07-14crypto: shash - Export async functionsGravatar Herbert Xu 1-20/+22
2009-07-14crypto: hash - Remove legacy hash/digest implementaionGravatar Herbert Xu 3-34/+3
2009-07-14crypto: authenc - Remove reference to crypto_hashGravatar Herbert Xu 1-5/+1
2009-07-14crypto: xcbc - Switch to shashGravatar Herbert Xu 1-148/+87
2009-07-14crypto: hmac - Switch to shashGravatar Herbert Xu 1-157/+114