aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-10[CRYPTO]: Fix digest.c kmapping sg entries > page in length.Clay Haapala1-6/+21
2004-05-25[CRYPTO]: Fix two scatterwalk problems.Christophe Saout2-3/+5
2004-05-07[CRYPTO]: Fix typing in crc32c's chksum_updateClay Haapala1-2/+2
2004-04-27[CRYPTO]: Provide crc32c as a type of digest.Clay Haapala4-2/+229
2004-04-26[CRYPTO]: Add module aliases for des and sha512.Michal Ludvig2-0/+4
2004-04-23[CRYPTO]: Add module autoloads for null module.Michal Ludvig1-0/+4
2004-04-21[PATCH] s390: crypto api.Andrew Morton1-0/+12
2004-04-11[CRYPTO]: ARC4 Kconfig clarification.Jon Oberheide1-3/+4
2004-03-21[CRYPTO]: Remove confusing TODO comment in arc4.cJon Oberheide1-4/+0
2004-03-21[CRYPTO]: Add Michael MIC algorithm.James Morris5-1/+260
2004-03-21[CRYPTO]: Add setkey operation for digests.James Morris3-0/+16
2004-03-09[CRYPTO]: Fix arc4 test vector.James Morris1-1/+1
2004-03-06[PATCH] arc4.c compile fix for older gcc'sAndrew Morton1-2/+3
2004-03-03[CRYPTO]: Add ARC4 module.Jon Oberheide5-1/+268
2004-03-01[PATCH] fix in-place de/encryption bug with highmemAndrew Morton2-8/+17
2004-03-01[PATCH] move scatterwalk functions to own fileAndrew Morton5-129/+176
2004-01-31Resolve conflicts in sha256.c change, use Linus's version.David S. Miller2-5/+5
2004-01-29[CRYPTO]: Make padding[] array static in sha{256,512}_final().James Morris2-2/+2
2004-01-29Fix sha256 padding block initializer to be static.Linus Torvalds1-1/+1
2004-01-27[CRYPTO]: Help gcc optimize sha256/sha512 better.Jean-Luc Cooke2-4/+4
2003-12-24[CRYPTO]: Allow tcrypt module to be unloaded.James Morris1-0/+7
2003-12-24[CRYPTO]: Clean up tcrypt module, part 2Erlend Aasland1-2002/+1251
2003-12-24[CRYPTO]: Clean up tcrypt module, part 1Kartikey Mahendra Bhatt2-3160/+1622
2003-10-29[CRYPTO]: crypto_alg_lookup() should fail when passed a NULL name.Hideaki Yoshifuji1-0/+3
2003-10-04[CRYPTO]: Kconfig URL updates.Petri T. Koistinen1-3/+3
2003-09-26[PATCH] select ZLIB_{IN,DE}FLATEAdrian Bunk1-0/+2
2003-09-11[CRYPTO]: Add alg. type to /proc/crypto output.Erlend Aasland1-0/+8
2003-09-04[CRYPTO]: Use try_then_request_module().Rusty Russell3-45/+5
2003-09-03[CRYPTO]: remove duplicate #includes in crypto/Randy Dunlap1-1/+0
2003-08-17[CRYPTO]: Fix cast{5,6} build after cia_ivsize removal.David S. Miller2-2/+0
2003-08-17[IPSEC]: Fix oops using null ciper in CBC mode.Mikael Ylikoski8-13/+3
2003-08-15Merge bk://kernel.bkbits.net/davem/offset_in_page-2.5Linus Torvalds2-72/+72
2003-08-15[MM]: Add and use offset_in_page() convenience macro.David S. Miller2-72/+72
2003-08-15[CRYPTO]: Add CAST6 (CAST-256) algorithm.Kartikey Mahendra Bhatt5-2/+765
2003-08-11[CRYPTO]: Add cast5, integration by jmorris@intercode.com.auKartikey Mahendra Bhatt5-0/+1029
2003-08-01[PATCH] janitor: don't init statics to 0Randy Dunlap1-1/+1
2003-06-03[CRYPTO]: Use "select" kconfig facility instead of fragile defaults.James Morris1-10/+0
2003-05-29[CRYPTO]: Default CRYPTO and MD5 to y if IPV6_PRIVACY is enabled.Moritz Mühlenhoff1-2/+2
2003-05-26[CRYPTO]: Fix compiler warnings in sha512.cHideaki Yoshifuji1-43/+43
2003-05-17[CRYPTO]: Update deflate dependencies.Mitsuru Kanda1-1/+1
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds1-1/+1
2003-05-15[CRYPTO]: Fix memcpy/memset args.Andrew Morton4-10/+10
2003-05-12[CRYPTO]: Fix config dependencies.James Morris1-5/+9
2003-04-01Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-1/+13
2003-03-31[CRYPTO]: deflate.c needs slab.hDavid S. Miller1-0/+1
2003-03-31[CRYPTO]: deflate module: workaround zlib bug.James Morris1-1/+12
2003-03-30[SOFTIRQ]: Move softirq implementation to common area, add debug check.David S. Miller1-1/+1
2003-03-28[CRYPTO]: Add Deflate algorithm to crypto API.James Morris11-20/+455
2003-03-23[CRYPTO]: Make use of crypto_exit_ops() during crypto_free_tfm().James Morris1-4/+1
2003-03-20[CRYPTO]: Include linux/errno.h as appropriate.David S. Miller6-0/+6
2003-03-07[CRYPTO]: Eliminate crypto_tfm.crt_ctx, from Adam Richter.James Morris4-10/+13
2003-03-07[CRYPTO]: Add encrypt_iv() and decrypt_iv() methods.James Morris1-17/+57
2003-03-07[CRYPTO]: Move km_types out of header.James Morris2-8/+9
2003-02-03Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller4-162/+220
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-02-02[CRYPTO]: in/out scatterlist support for ciphers.James Morris4-162/+220
2003-01-13[CRYPTO] Add AES and MD4 to tcrypto crypto_alg_available() test.James Morris1-1/+1
2003-01-13[CRYPTO] remove superfluous goto from des module init exception pathJames Morris1-3/+1
2003-01-13[CRYPTO]: Add support for SHA-386 and SHA-512James Morris5-1/+610
2003-01-09[CRYPTO]: More credits for AES.James Morris1-0/+2
2003-01-09[CRYPTO]: Use appropriate defaults if AH/ESP is enabled.David S. Miller1-0/+5
2003-01-08[CRYPTO]: Fix typo in aes.o rule.David S. Miller1-1/+1
2003-01-08[CRYPTO]: Add AES algorithm.James Morris5-0/+690
2002-12-31Fix up numerous '`xxxxx' is not at beginning of declaration' style warnings.Dave Jones3-7/+7
2002-12-29[PATCH] Missed one 'try_inc_mod_count()'Christoph Hellwig1-1/+1
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig1-2/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-07[CRYPTO]: internal.h needs init.hDavid S. Miller1-0/+1
2002-12-07[CRYPTO]: Simplify crypto memory allocation.Adam J. Richter1-28/+4
2002-12-05[CRYPTO]: Dont compile procfs stuff if procfs is not enabled.James Morris4-86/+119
2002-12-04[CRYPTO]: Add serpent algorithm.James Morris5-1/+720
2002-11-25[CRYPTO]: Forgot to add twofish.c :)David S. Miller1-0/+899
2002-11-25[CRYPTO]: Add twofish algorithm.James Morris6-29/+482
2002-11-18[CRYPTO]: Kill stray CRYPTO_ALG_TYPE_COMP.David S. Miller1-1/+1
2002-11-18[CRYPTO]: Forgot to add crypto_null.c in previous commit.David S. Miller1-0/+132
2002-11-18[CRYPTO]: Add null algorithms and minor cleanups.James Morris4-8/+15
2002-11-18[CRYPTO]: Kill accidental double memset.Jeff Garzik1-2/+0
2002-11-14[CRYPTO] kstack cleanup (v0.28)James Morris6-32/+115
2002-11-13[PATCH] module_name macroRusty Russell1-2/+1
2002-11-06[CRYPTO]: minor updatesJames Morris3-5/+5
2002-11-06[CRYPTO]: Make sha256.c more palatable to GCCs optimizers.David S. Miller1-28/+36
2002-11-06[CRYPTO]: Add blowfish algorithm.James Morris8-50/+946
2002-11-06[CRYPTO]: Add in crypto/sha256.cDavid S. Miller1-0/+354
2002-11-06[CRYPTO]: Add SHA256 plus bug fixes.James Morris5-6/+371
2002-11-05The crypto auto-load should only be enabled if crypto in enabled.Linus Torvalds1-2/+3
2002-11-04[IPSEC/CRYPTO]: Allocate work buffers instead of using kstack.David S. Miller2-5/+21
2002-11-03[CRYPTO]: Rework HMAC interface.James Morris6-132/+278
2002-11-03Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller4-9/+55
2002-11-01[CRYPTO]: Add crypto_alg_available interface.James Morris4-7/+52
2002-11-01[CRYPTO]: Cleanups based upon feedback from jgarzik.James Morris2-2/+3
2002-10-30Merge master.kernel.org:/home/davem/BK/net-2.5Linus Torvalds3-37/+44
2002-10-29[CRYPTO]: Uninline some functions to save some bloat.James Morris3-4/+3
2002-10-29[CRYPTO]: Cleanups based upon suggestions by Jeff Garzik.James Morris12-122/+107
2002-10-29[CRYPTO]: Fix some credits.James Morris1-1/+1
2002-10-29Delete old-style config files.Linus Torvalds2-37/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+44
2002-10-28[CRYPTO]: Clean up header file usage.David S. Miller6-21/+6
2002-10-28[CRYPTO]: Build/warning fixups.David S. Miller1-1/+1
2002-10-28[CRYPTO]: kunmap does not return a value.David S. Miller1-2/+2
2002-10-28[CRYPTO]: Update to IV get/set interface.James Morris1-5/+13
2002-10-28[CRYPTO]: Cleanups and more consistency checks.James Morris9-62/+53
2002-10-27[CRYPTO]: Run tcrypt through lindent, plus doc update.James Morris2-345/+411
2002-10-27[CRYPTO]: Algorithm lookup API change plus bug fixes.James Morris11-130/+180
2002-10-26[CRYPTO]: Forgotten file add in previous commit.David S. Miller1-0/+252
2002-10-26[CRYPTO]: Add MD4.James Morris7-4/+104
2002-10-26[CRYPTO]: More bug fixes and cleanups.James Morris2-0/+4
2002-10-26[CRYPTO]: Bug fixes and cleanups.James Morris4-18/+14
2002-10-24[CRYPTO]: Use kmod to try to autoload modules.James Morris4-74/+127
2002-10-24[CRYPTO]: Use try_inc_mod_count and semaphore for alg list.James Morris5-18/+26
2002-10-24[CRYPTO]: Cleanups based upon feedback from Rusty and jgarzikJames Morris7-331/+339
2002-10-23[CRYPTO]: Add in 3des implementation.James Morris5-136/+447
2002-10-23[CRYPTO]: Fix compiler warnings and build failures.David S. Miller5-13/+20
2002-10-23[CRYPTO]: Add initial crypto api subsystem.James Morris13-0/+4186