aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/sha.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-11[CRYPTO] aead: Make authsize a run-time parameterHerbert Xu4-32/+38
2008-01-11[CRYPTO] authenc: Use or instead of max on alignment masksHerbert Xu1-1/+1
2008-01-11[HWRNG] pasemi: Add missing wait argument to data_presentKamalesh Babulal1-1/+1
2008-01-11[CRYPTO] aes_s390: Add fallback driverSebastian Siewior1-21/+205
2008-01-11[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.hDenis Cheng1-4/+3
2008-01-11[CRYPTO] geode: do not copy the IV too oftenSebastian Siewior2-5/+3
2008-01-11[CRYPTO] tcrypt: AES CBC test vectors from NIST SP800-38AJan Glauber1-2/+104
2008-01-11[CRYPTO] tcrypt: AES CTR large test vectorTan Swee Heng1-3/+1048
2008-01-11[CRYPTO] tcrypt: Support for large test vectorsTan Swee Heng1-36/+34
2008-01-11[CRYPTO] ctr: Fix multi-page processingHerbert Xu1-31/+33
2008-01-11[CRYPTO] aes-asm: Merge common glue codeSebastian Siewior3-77/+20
2008-01-11[CRYPTO] gcm: New algorithmMikko Herranen5-0/+848
2008-01-11[CRYPTO] tcrypt: Add aead supportMikko Herranen2-9/+271
2008-01-11[CRYPTO] camellia: Move more common code into camellia_setup_tailDenys Vlasenko1-134/+84
2008-01-11[CRYPTO] camellia: Move common code into camellia_setup_tailDenys Vlasenko1-160/+104
2008-01-11[CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengthsDenys Vlasenko1-403/+106
2008-01-11[CRYPTO] camellia: Code shrinkDenys Vlasenko1-134/+135
2008-01-11[CRYPTO] ctr: Use crypto_inc and crypto_xorHerbert Xu1-55/+16
2008-01-11[CRYPTO] pcbc: Use crypto_xorHerbert Xu1-81/+24
2008-01-11[CRYPTO] cbc: Require block size to be a power of 2Herbert Xu1-8/+10
2008-01-11[CRYPTO] cbc: Use crypto_xorHerbert Xu1-77/+16
2008-01-11[CRYPTO] api: Add crypto_inc and crypto_xorHerbert Xu2-0/+51
2008-01-11[HIFN]: Add support for using the random number generatorPatrick McHardy1-1/+81
2008-01-11[HIFN]: Improve PLL initializationPatrick McHardy1-2/+108
2008-01-11[HWRNG]: move status polling loop to data_present callbacksPatrick McHardy8-38/+73
2008-01-11[CRYPTO] salsa20: Salsa20 stream cipherTan Swee Heng5-1/+424
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu6-20/+19
2008-01-11[CRYPTO] doc: Update api-intro.txtHerbert Xu1-25/+16
2008-01-11[CRYPTO] scatterwalk: Use generic scatterlist chainingHerbert Xu4-9/+3
2008-01-11[CRYPTO] hifn: Add missing includesAndrew Morton1-0/+2
2008-01-11[CRYPTO] hifn: Make Kconfig option depend on PCIJan Glauber1-0/+1
2008-01-11[CRYPTO] hifn: Schedule callback invocation to tasklet.Evgeniy Polyakov1-1/+21
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch5-12/+241
2008-01-11[CRYPTO] geode: Add fallback for unsupported modesSebastian Siewior2-43/+206
2008-01-11[CRYPTO] aes-i586: Remove setkeySebastian Siewior3-504/+47
2008-01-11[CRYPTO] ctr: Remove default MSebastian Siewior1-1/+0
2008-01-11[CRYPTO] aes-x86-64: Remove setkeySebastian Siewior3-313/+38
2008-01-11[CRYPTO] aes-generic: Make key generation exportableSebastian Siewior2-129/+136
2008-01-11[CRYPTO] aes-generic: Coding style cleanupSebastian Siewior1-149/+176
2008-01-11[CRYPTO] ctr: Add countersizeJoy Latten2-15/+25
2008-01-11[CRYPTO] camellia: De-unrollingDenys Vlasenko1-84/+23
2008-01-11[CRYPTO] camellia: Code cleanupDenys Vlasenko1-18/+21
2008-01-11[CRYPTO] camellia: Code cleanupDenys Vlasenko1-517/+418
2008-01-11[CRYPTO] camellia: Code cleanupDenys Vlasenko1-540/+426
2008-01-11[CRYPTO] twofish: Do not unroll big stuff in twofish key setupDenys Vlasenko1-66/+30
2008-01-11[CRYPTO] geode: move defines into a headerfileSebastian Siewior2-34/+34
2008-01-11[CRYPTO] geode: relax in busy loop and care about return valueSebastian Siewior1-3/+6
2008-01-11[CRYPTO] geode: use consistent IV copySebastian Siewior1-6/+4
2008-01-11[CRYPTO] aes: Move common defines into a header fileSebastian Siewior7-22/+21
2008-01-11[CRYPTO] geode: remove aliasSebastian Siewior1-1/+0