summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-04-23crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu2-41/+48
2015-03-31crypto: proc - identify internal ciphersStephan Mueller1-0/+3
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker12-0/+12
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds21-911/+1033
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman45-339/+339
2009-11-12sysctl crypto: Remove dead binary sysctl supportEric W. Biederman1-8/+2
2009-10-19crypto: api - Remove digest case from procfs show handlerBenjamin Gilbert1-7/+0
2008-12-25crypto: api - Call type show function before legacy for procHerbert Xu1-7/+13
2008-08-29crypto: api - Add fips_enable flagNeil Horman5-0/+90
2008-08-29crypto: api - Use test infrastructureHerbert Xu6-42/+267
2008-08-29crypto: api - Display larval objects properlyHerbert Xu1-2/+5
2008-04-21[CRYPTO] api: Constify function pointer tablesJan Engelhardt1-1/+1
2008-04-21[CRYPTO] api: Switch to proc_create()Alexey Dobriyan1-5/+1
2007-07-16Make crypto API use seq_list_xxx helpersPavel Emelianov1-14/+3
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven58-83/+83
2006-09-21[CRYPTO] api: Added crypto_type supportHerbert Xu4-10/+38
2006-09-21[CRYPTO] api: Split out low-level APIHerbert Xu8-134/+204
2006-09-21[CRYPTO] api: Add crypto_alg reference countingHerbert Xu3-6/+32
2006-01-09[CRYPTO] Allow multiple implementations of the same algorithmHerbert Xu4-9/+60
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845