summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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
2004-07-21[CRYPTO]: Fix stack overrun in crypt().Herbert Xu
2004-07-09[CRYPTO]: Set CRYPTO_TFM_RES_BAD_KEY_LEN in twofish.Thomas DuBuisson
2004-07-09[CRYPTO]: Remove lazy allocation from deflate.James Morris
2004-06-29[CRYPTO]: Add TEA and XTEA algorithms.Aaron Grothe
2004-06-10[CRYPTO]: Fix digest.c kmapping sg entries > page in length.Clay Haapala
2004-05-25[CRYPTO]: Fix two scatterwalk problems.Christophe Saout
2004-05-07[CRYPTO]: Fix typing in crc32c's chksum_updateClay Haapala
2004-04-27[CRYPTO]: Provide crc32c as a type of digest.Clay Haapala
2004-04-26[CRYPTO]: Add module aliases for des and sha512.Michal Ludvig
2004-04-23[CRYPTO]: Add module autoloads for null module.Michal Ludvig
2004-04-21[PATCH] s390: crypto api.Andrew Morton
2004-04-11[CRYPTO]: ARC4 Kconfig clarification.Jon Oberheide
2004-03-21[CRYPTO]: Remove confusing TODO comment in arc4.cJon Oberheide
2004-03-21[CRYPTO]: Add Michael MIC algorithm.James Morris
2004-03-21[CRYPTO]: Add setkey operation for digests.James Morris
2004-03-09[CRYPTO]: Fix arc4 test vector.James Morris
2004-03-06[PATCH] arc4.c compile fix for older gcc'sAndrew Morton
2004-03-03[CRYPTO]: Add ARC4 module.Jon Oberheide
2004-03-01[PATCH] fix in-place de/encryption bug with highmemAndrew Morton
2004-03-01[PATCH] move scatterwalk functions to own fileAndrew Morton
2004-01-31Resolve conflicts in sha256.c change, use Linus's version.David S. Miller
2004-01-29[CRYPTO]: Make padding[] array static in sha{256,512}_final().James Morris
2004-01-29Fix sha256 padding block initializer to be static.Linus Torvalds
2004-01-27[CRYPTO]: Help gcc optimize sha256/sha512 better.Jean-Luc Cooke