aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-11[CRYPTO] authenc: Move enckeylen into key itselfHerbert Xu1-20/+29
2008-01-11[CRYPTO] aead: Make authsize a run-time parameterHerbert Xu3-31/+34
2008-01-11[CRYPTO] authenc: Use or instead of max on alignment masksHerbert Xu1-1/+1
2008-01-11[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.hDenis Cheng1-4/+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] 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 Xu1-0/+47
2008-01-11[CRYPTO] salsa20: Salsa20 stream cipherTan Swee Heng5-1/+424
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu3-9/+6
2008-01-11[CRYPTO] scatterwalk: Use generic scatterlist chainingHerbert Xu4-9/+3
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch4-12/+229
2008-01-11[CRYPTO] aes-i586: Remove setkeySebastian Siewior1-0/+1
2008-01-11[CRYPTO] ctr: Remove default MSebastian Siewior1-1/+0
2008-01-11[CRYPTO] aes-x86-64: Remove setkeySebastian Siewior1-0/+1
2008-01-11[CRYPTO] aes-generic: Make key generation exportableSebastian Siewior1-129/+120
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] aes: Move common defines into a header fileSebastian Siewior1-5/+1
2008-01-11[CRYPTO] hifn_795x: Detect weak keysEvgeniy Polyakov1-4/+5
2008-01-11[CRYPTO] des: Create header file for common macrosEvgeniy Polyakov1-7/+1
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten5-0/+572
2007-11-23[CRYPTO] api: Fix potential race in crypto_remove_spawnHerbert Xu1-3/+3
2007-11-23[CRYPTO] authenc: Move initialisations up to shut up gccHerbert Xu1-8/+4
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk11-11/+0
2007-10-27[CRYPTO] tcrypt: Move sg_init_table out of timing loopsHerbert Xu1-6/+14
2007-10-26[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.David S. Miller1-11/+13
2007-10-26[CRYPTO]: HMAC needs some more scatterlist fixups.David S. Miller1-3/+3
2007-10-25[CRYPTO]: Fix hmac_digest from the SG breakage.Vlad Yasevich1-1/+3
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-2/+1
2007-10-22[SG] Update crypto/ to sg helpersJens Axboe6-9/+10
2007-10-19crypto: convert "crypto" subdirectory to UTF-8John Anthony Kazos Jr2-2/+2
2007-10-16crypto: don't pollute the global namespace with sg_next()Jens Axboe3-3/+3
2007-10-10[CRYPTO] sha: Add header file for SHA definitionsJan Glauber3-70/+32