summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2005-05-23[CRYPTO]: Only reschedule if !in_atomic()Herbert Xu
2005-05-17[PATCH] crypto: fix null encryption/compressionPatrick McHardy
2005-05-01[PATCH] uml: support AES i586 crypto driverPaolo 'Blaisorblade' Giarrusso
2005-04-16[PATCH] crypto: call zlib end functions on deflate exit pathArtem B. Bityuckiy
2005-03-22[CRYPTO]: Remap when walk_out crosses page in crypt()Herbert Xu
2005-03-22[CRYPTO]: Split cbc_process into encrypt/decryptHerbert Xu
2005-03-22[CRYPTO]: Kill obsolete iv check in cbc_process()Herbert Xu
2005-03-22[CRYPTO]: Fix walk->data handlingHerbert Xu
2005-03-22[CRYPTO]: Optimise kmap calls in crypt()Herbert Xu
2005-03-22[CRYPTO]: Eliminate most calls to scatterwalk_copychunks from crypt()Herbert Xu
2005-03-22[CRYPTO]: Split src/dst handling out from crypt()Herbert Xu
2005-03-22[CRYPTO]: Handle in_place flag in crypt()Herbert Xu
2005-03-22[CRYPTO]: Do scatterwalk_whichbuf inline.Herbert Xu
2005-03-21[CRYPTO]: Fix sparse warnings in teaDomen Puncer
2005-03-21[CRYPTO]: Fix sparse warnings in blowfishDomen Puncer
2005-03-21[CRYPTO]: Fix sparse warning in sha512Domen Puncer
2005-03-21[CRYPTO]: Fix sparse warning in sha256Domen Puncer
2005-03-07[PATCH] random: Update cryptolib to use SHA fro libMatt Mackall
2005-03-07[PATCH] random: Use them throughout the treeMatt Mackall
2005-02-23[CRYPTO]: Add Tiger digest algorithms.Aaron Grothe
2005-02-01[PATCH] crypto: fix test vectorsJames Morris
2005-01-14[PATCH] various Kconfig fixesGabor Egry
2004-11-30[CRYPTO]: Standalone VIA PadLock driver.Michal Ludvig
2004-11-30[CRYPTO]: Make some code staticAdrian Bunk
2004-11-08[CRYPTO]: Add Anubis support.Aaron Grothe
2004-10-25[CRYPTO]: reduce sha512_transform() stack usage, speedupAndrew Morton
2004-10-25[CRYPTO]: small sha512 cleanupAndrew Morton
2004-10-25[CRYPTO]: small sha256 cleanupAndrew Morton
2004-10-21[CRYPTO]: Deinline large function in blowfish.c Andrew Morton
2004-10-21[CRYPTO]: Put khazad back into tcrypt table.Aaron Grothe
2004-10-19[CRYPTO]: Add Tnepres cipher supportJames Morris
2004-10-19[CRYPTO]: Fix typo in Kconfig.David S. Miller
2004-10-04[CRYPTO]: Add __init and __initdata to aes.cJames Morris
2004-09-28[CRYPTO]: Whirlpool algorithm updates.Aaron Grothe
2004-09-14[CRYPTO]: Zero out tfm before freeing in crypto_free_tfm().David S. Miller
2004-09-07[PATCH] crypto: tea.c xtea_encrypt should use XTEA_DELTAThor Kooda
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig
2004-08-26[PATCH] mostly remove module_parm()Rusty Russell
2004-08-23[CRYPTO]: Add Whirlpool digest algorithm.Aaron Grothe
2004-08-10[CRYPTO]: Email update in crypto/arc4.cJon Oberheide
2004-08-10[CRYPTO]: Typo in crypto/tcrypt.hJames Morris
2004-08-10[CRYPTO]: Typo in crypto/blowfish.cJames Morris
2004-08-10[CRYPTO]: Typo in crypto/scatterwalk.cJames Morris
2004-08-10[CRYPTO]: Typo in crypto/aes.cJames Morris
2004-08-10[CRYPTO]: Typo in crypto/twofish.cJames Morris
2004-08-10[CRYPTO]: Typo in crypto/KconfigJames Morris
2004-08-09[CRYPTO]: Add Khazad algorithm.Aaron Grothe
2004-08-05[PATCH] Re-implemented i586 asm AESJames Morris
2004-08-04[PATCH] Drop asm i586 AES code.James Morris
2004-07-31[CRYPTO]: Add i586 optimized AESJames Morris