aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-22[CRYPTO]: Remap when walk_out crosses page in crypt()Herbert Xu1-1/+3
2005-03-22[CRYPTO]: Split cbc_process into encrypt/decryptHerbert Xu1-21/+25
2005-03-22[CRYPTO]: Kill obsolete iv check in cbc_process()Herbert Xu1-5/+1
2005-03-22[CRYPTO]: Fix walk->data handlingHerbert Xu2-4/+12
2005-03-22[CRYPTO]: Optimise kmap calls in crypt()Herbert Xu1-7/+11
2005-03-22[CRYPTO]: Eliminate most calls to scatterwalk_copychunks from crypt()Herbert Xu3-21/+33
2005-03-22[CRYPTO]: Split src/dst handling out from crypt()Herbert Xu1-11/+35
2005-03-22[CRYPTO]: Handle in_place flag in crypt()Herbert Xu2-19/+12
2005-03-22[CRYPTO]: Do scatterwalk_whichbuf inline.Herbert Xu3-13/+16
2005-03-21[CRYPTO]: Fix sparse warnings in teaDomen Puncer1-2/+2
2005-03-21[CRYPTO]: Fix sparse warnings in blowfishDomen Puncer1-4/+4
2005-03-21[CRYPTO]: Fix sparse warning in sha512Domen Puncer1-1/+1
2005-03-21[CRYPTO]: Fix sparse warning in sha256Domen Puncer1-1/+1
2005-03-07[PATCH] random: Update cryptolib to use SHA fro libMatt Mackall1-71/+7
2005-03-07[PATCH] random: Use them throughout the treeMatt Mackall7-97/+51
2005-02-23[CRYPTO]: Add Tiger digest algorithms.Aaron Grothe5-0/+896
2005-02-01[PATCH] crypto: fix test vectorsJames Morris1-2/+2
2005-01-14[PATCH] various Kconfig fixesGabor Egry1-9/+9
2004-11-30[CRYPTO]: Standalone VIA PadLock driver.Michal Ludvig1-0/+1
2004-11-30[CRYPTO]: Make some code staticAdrian Bunk3-53/+53
2004-11-08[CRYPTO]: Add Anubis support.Aaron Grothe5-0/+953
2004-10-25[CRYPTO]: reduce sha512_transform() stack usage, speedupAndrew Morton1-5/+7
2004-10-25[CRYPTO]: small sha512 cleanupAndrew Morton1-17/+2
2004-10-25[CRYPTO]: small sha256 cleanupAndrew Morton1-9/+1
2004-10-21[CRYPTO]: Deinline large function in blowfish.c Andrew Morton1-1/+1
2004-10-21[CRYPTO]: Put khazad back into tcrypt table.Aaron Grothe1-1/+1
2004-10-19[CRYPTO]: Add Tnepres cipher supportJames Morris4-10/+207
2004-10-19[CRYPTO]: Fix typo in Kconfig.David S. Miller1-1/+1
2004-10-04[CRYPTO]: Add __init and __initdata to aes.cJames Morris1-6/+6
2004-09-28[CRYPTO]: Whirlpool algorithm updates.Aaron Grothe5-53/+286
2004-09-14[CRYPTO]: Zero out tfm before freeing in crypto_free_tfm().David S. Miller1-1/+5
2004-09-07[PATCH] crypto: tea.c xtea_encrypt should use XTEA_DELTAThor Kooda1-1/+1
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig1-1/+0
2004-08-26[PATCH] mostly remove module_parm()Rusty Russell1-1/+2
2004-08-23[CRYPTO]: Add Whirlpool digest algorithm.Aaron Grothe5-1/+1259
2004-08-10[CRYPTO]: Email update in crypto/arc4.cJon Oberheide1-2/+2
2004-08-10[CRYPTO]: Typo in crypto/tcrypt.hJames Morris1-1/+1
2004-08-10[CRYPTO]: Typo in crypto/blowfish.cJames Morris1-3/+3
2004-08-10[CRYPTO]: Typo in crypto/scatterwalk.cJames Morris1-1/+1
2004-08-10[CRYPTO]: Typo in crypto/aes.cJames Morris1-1/+1
2004-08-10[CRYPTO]: Typo in crypto/twofish.cJames Morris1-2/+2
2004-08-10[CRYPTO]: Typo in crypto/KconfigJames Morris1-1/+1
2004-08-09[CRYPTO]: Add Khazad algorithm.Aaron Grothe5-0/+1034
2004-08-05[PATCH] Re-implemented i586 asm AESJames Morris1-1/+21
2004-08-04[PATCH] Drop asm i586 AES code.James Morris1-22/+2
2004-07-31[CRYPTO]: Add i586 optimized AESJames Morris1-2/+22
2004-07-21[CRYPTO]: Fix stack overrun in crypt().Herbert Xu1-2/+2
2004-07-09[CRYPTO]: Set CRYPTO_TFM_RES_BAD_KEY_LEN in twofish.Thomas DuBuisson1-0/+3
2004-07-09[CRYPTO]: Remove lazy allocation from deflate.James Morris1-45/+32
2004-06-29[CRYPTO]: Add TEA and XTEA algorithms.Aaron Grothe5-1/+473