aboutsummaryrefslogtreecommitdiff
path: root/crypto/proc.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14crypto: proc - Print fips statusGravatar Herbert Xu 1-0/+6
2020-09-25crypto: proc - Removing some useless only space linesGravatar Corentin Labbe 1-2/+2
2020-02-13crypto: proc - simplify the c_show functionGravatar Tianjia Zhang 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-13/+1
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tGravatar Eric Biggers 1-1/+1
2015-04-23crypto: fips - Move fips_enabled sysctl into fips.cGravatar Herbert Xu 1-41/+0
2015-03-31crypto: proc - identify internal ciphersGravatar Stephan Mueller 1-0/+3
2011-10-31crypto: add module.h to those files that are explicitly using itGravatar Paul Gortmaker 1-0/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-7/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-12sysctl crypto: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-8/+2
2009-10-19crypto: api - Remove digest case from procfs show handlerGravatar Benjamin Gilbert 1-7/+0
2008-12-25crypto: api - Call type show function before legacy for procGravatar Herbert Xu 1-7/+13
2008-08-29crypto: api - Add fips_enable flagGravatar Neil Horman 1-0/+47
2008-08-29crypto: api - Use test infrastructureGravatar Herbert Xu 1-0/+3
2008-08-29crypto: api - Display larval objects properlyGravatar Herbert Xu 1-2/+5
2008-04-21[CRYPTO] api: Constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2008-04-21[CRYPTO] api: Switch to proc_create()Gravatar Alexey Dobriyan 1-5/+1
2007-07-16Make crypto API use seq_list_xxx helpersGravatar Pavel Emelianov 1-14/+3
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 1-1/+1
2006-09-21[CRYPTO] api: Added crypto_type supportGravatar Herbert Xu 1-1/+4
2006-09-21[CRYPTO] api: Split out low-level APIGravatar Herbert Xu 1-0/+5
2006-09-21[CRYPTO] api: Add crypto_alg reference countingGravatar Herbert Xu 1-0/+3
2006-01-09[CRYPTO] Allow multiple implementations of the same algorithmGravatar Herbert Xu 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+112