summaryrefslogtreecommitdiff
path: root/crypto/api.c
AgeCommit message (Expand)Author
2006-06-26[CRYPTO] api: Allow replacement when registering new algorithmsHerbert Xu
2006-06-26[CRYPTO] api: Removed const from cra_name/cra_driver_nameHerbert Xu
2006-06-26[CRYPTO] api: Added cra_init/cra_exitHerbert Xu
2006-03-21[CRYPTO] all: Use kzalloc where possibleEric Sesterhenn
2006-03-21[CRYPTO] api: Align tfm context as wide as possibleHerbert Xu
2006-01-09[CRYPTO] api: Require block size to be less than PAGE_SIZE/8Herbert Xu
2006-01-09[CRYPTO] Allow multiple implementations of the same algorithmHerbert Xu
2005-10-30[CRYPTO] Check cra_alignmask against cra_blocksizeHerbert Xu
2005-09-01[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flagHerbert Xu
2005-07-06[CRYPTO] Add null short circuit to crypto_free_tfmJesper Juhl
2005-07-06[CRYPTO] Ensure cit_iv is aligned correctlyHerbert Xu
2005-07-06[CRYPTO] Make crypto_alg_lookup staticAdrian Bunk
2005-07-06[CRYPTO] Add alignmask for low-level cipher implementationsHerbert Xu
2004-09-14[CRYPTO]: Zero out tfm before freeing in crypto_free_tfm().David S. Miller
2003-10-29[CRYPTO]: crypto_alg_lookup() should fail when passed a NULL name.Hideaki Yoshifuji
2003-03-28[CRYPTO]: Add Deflate algorithm to crypto API.James Morris
2003-03-23[CRYPTO]: Make use of crypto_exit_ops() during crypto_free_tfm().James Morris
2003-03-20[CRYPTO]: Include linux/errno.h as appropriate.David S. Miller
2003-03-07[CRYPTO]: Eliminate crypto_tfm.crt_ctx, from Adam Richter.James Morris
2002-12-29[PATCH] Missed one 'try_inc_mod_count()'Christoph Hellwig
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig
2002-12-07[CRYPTO]: Simplify crypto memory allocation.Adam J. Richter
2002-12-05[CRYPTO]: Dont compile procfs stuff if procfs is not enabled.James Morris
2002-11-25[CRYPTO]: Add twofish algorithm.James Morris
2002-11-18[CRYPTO]: Kill stray CRYPTO_ALG_TYPE_COMP.David S. Miller
2002-11-18[CRYPTO]: Add null algorithms and minor cleanups.James Morris
2002-11-18[CRYPTO]: Kill accidental double memset.Jeff Garzik
2002-11-14[CRYPTO] kstack cleanup (v0.28)James Morris
2002-11-13[PATCH] module_name macroRusty Russell
2002-11-06[CRYPTO]: Add blowfish algorithm.James Morris
2002-11-04[IPSEC/CRYPTO]: Allocate work buffers instead of using kstack.David S. Miller
2002-11-01[CRYPTO]: Add crypto_alg_available interface.James Morris
2002-11-01[CRYPTO]: Cleanups based upon feedback from jgarzik.James Morris
2002-10-29[CRYPTO]: Cleanups based upon suggestions by Jeff Garzik.James Morris
2002-10-28[CRYPTO]: Clean up header file usage.David S. Miller
2002-10-28[CRYPTO]: Build/warning fixups.David S. Miller
2002-10-28[CRYPTO]: Cleanups and more consistency checks.James Morris
2002-10-27[CRYPTO]: Algorithm lookup API change plus bug fixes.James Morris
2002-10-26[CRYPTO]: More bug fixes and cleanups.James Morris
2002-10-26[CRYPTO]: Bug fixes and cleanups.James Morris
2002-10-24[CRYPTO]: Use kmod to try to autoload modules.James Morris
2002-10-24[CRYPTO]: Use try_inc_mod_count and semaphore for alg list.James Morris
2002-10-24[CRYPTO]: Cleanups based upon feedback from Rusty and jgarzikJames Morris
2002-10-23[CRYPTO]: Fix compiler warnings and build failures.David S. Miller
2002-10-23[CRYPTO]: Add initial crypto api subsystem.James Morris