aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/api.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-29[CRYPTO]: crypto_alg_lookup() should fail when passed a NULL name.Hideaki Yoshifuji1-0/+3
2003-03-28[CRYPTO]: Add Deflate algorithm to crypto API.James Morris1-1/+1
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. Miller1-0/+1
2003-03-07[CRYPTO]: Eliminate crypto_tfm.crt_ctx, from Adam Richter.James Morris1-2/+0
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-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 Morris1-84/+4
2002-11-25[CRYPTO]: Add twofish algorithm.James Morris1-15/+1
2002-11-18[CRYPTO]: Kill stray CRYPTO_ALG_TYPE_COMP.David S. Miller1-1/+1
2002-11-18[CRYPTO]: Add null algorithms and minor cleanups.James Morris1-2/+2
2002-11-18[CRYPTO]: Kill accidental double memset.Jeff Garzik1-2/+0
2002-11-14[CRYPTO] kstack cleanup (v0.28)James Morris1-6/+31
2002-11-13[PATCH] module_name macroRusty Russell1-2/+1
2002-11-06[CRYPTO]: Add blowfish algorithm.James Morris1-6/+10
2002-11-04[IPSEC/CRYPTO]: Allocate work buffers instead of using kstack.David S. Miller1-1/+17
2002-11-01[CRYPTO]: Add crypto_alg_available interface.James Morris1-7/+15
2002-11-01[CRYPTO]: Cleanups based upon feedback from jgarzik.James Morris1-1/+2
2002-10-29[CRYPTO]: Cleanups based upon suggestions by Jeff Garzik.James Morris1-9/+8
2002-10-28[CRYPTO]: Clean up header file usage.David S. Miller1-3/+1
2002-10-28[CRYPTO]: Build/warning fixups.David S. Miller1-1/+1
2002-10-28[CRYPTO]: Cleanups and more consistency checks.James Morris1-23/+26
2002-10-27[CRYPTO]: Algorithm lookup API change plus bug fixes.James Morris1-32/+56
2002-10-26[CRYPTO]: More bug fixes and cleanups.James Morris1-0/+1
2002-10-26[CRYPTO]: Bug fixes and cleanups.James Morris1-6/+3
2002-10-24[CRYPTO]: Use kmod to try to autoload modules.James Morris1-74/+78
2002-10-24[CRYPTO]: Use try_inc_mod_count and semaphore for alg list.James Morris1-18/+20
2002-10-24[CRYPTO]: Cleanups based upon feedback from Rusty and jgarzikJames Morris1-2/+2
2002-10-23[CRYPTO]: Fix compiler warnings and build failures.David S. Miller1-4/+4
2002-10-23[CRYPTO]: Add initial crypto api subsystem.James Morris1-0/+270