summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - Add ghash algorithm test before provide to usersYouquan, Song2009-11-232-0/+24
* crypto: ghash-intel - Fix building failure on x86_32Huang Ying2009-10-271-0/+1
* crypto: testmgr - Fix warningFelipe Contreras2009-10-271-1/+1
* crypto: ansi_cprng - Fix test in get_prng_bytesRoel Kluin2009-10-271-3/+0Star
* crypto: api - Remove digest case from procfs show handlerBenjamin Gilbert2009-10-191-7/+0Star
* crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert2009-10-192-423/+0Star
* crypto: ansi_cprng - Add FIPS wrapperNeil Horman2009-10-191-9/+70
* crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2009-10-192-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-1127-1075/+2960
|\
| * crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-026-0/+720
| * crypto: api - Do not displace newly registered algorithmsHerbert Xu2009-08-311-14/+63
| * crypto: ansi_cprng - Fix module initializationSteffen Klassert2009-08-291-8/+1Star
| * crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert2009-08-201-3/+5
| * crypto: fips - Depend on ansi_cprngNeil Horman2009-08-201-2/+6
| * crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu2009-08-141-0/+6
| * crypto: ctr - Use chainiv on raw counter modeHerbert Xu2009-08-131-0/+2
| * Revert crypto: fips - Select CPRNGHerbert Xu2009-08-131-1/+0Star
| * crypto: rng - Fix typoChristian Kujau2009-08-131-1/+1
| * crypto: cryptd - Add support to access underlaying shashHuang Ying2009-08-061-0/+35
| * crypto: gcm - Use GHASH digest algorithmHuang Ying2009-08-062-174/+408
| * crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying2009-08-063-0/+178
| * crypto: authenc - Convert to ahashSteffen Klassert2009-08-051-69/+285
| * crypto: hmac - Prehash ipad/opadHerbert Xu2009-07-241-46/+62
| * crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody2009-07-241-2/+7
| * crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert2009-07-241-1/+1
| * crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert2009-07-241-2/+2
| * crypto: shash - Require all algorithms to support export/importHerbert Xu2009-07-221-8/+11
| * crypto: sha512_generic - Use 64-bit countersHerbert Xu2009-07-221-17/+11Star
| * crypto: sha512 - Export struct sha512_stateHerbert Xu2009-07-221-13/+7Star
| * crypto: xcbc - Fix shash conversionHerbert Xu2009-07-221-91/+73Star
| * crypto: xcbc - Use crypto_xorHerbert Xu2009-07-221-16/+6Star
| * crypto: cryptd - Add finup/export/import for hashHerbert Xu2009-07-221-0/+40
| * crypto: shash - Fix async finup handling of null digestHerbert Xu2009-07-151-2/+7
| * crypto: ahash - Fix setkey crashHerbert Xu2009-07-151-4/+2Star
| * crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu2009-07-151-0/+1
| * crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu2009-07-151-0/+1
| * crypto: cryptd - Fix uninitialized return valueSteffen Klassert2009-07-151-0/+2
| * crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-152-7/+249
| * crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu2009-07-141-1/+1
| * crypto: shash - Fix alignment in unaligned operationsHerbert Xu2009-07-141-2/+4
| * crypto: hash - Zap unaligned buffersHerbert Xu2009-07-142-5/+12
| * crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-142-29/+0Star
| * crypto: cryptd - Switch to new style ahashHerbert Xu2009-07-141-27/+37
| * crypto: cryptd - Switch to template create APIHerbert Xu2009-07-142-27/+29
| * crypto: tcrypt - Add mask parameterHerbert Xu2009-07-141-3/+6
| * crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-141-0/+72
| * crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-142-31/+59
| * crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-143-10/+6Star
| * crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu2009-07-141-2/+3
| * crypto: cryptd - Use shash algorithmsHerbert Xu2009-07-141-80/+84