aboutsummaryrefslogtreecommitdiff
path: root/crypto/mcryptd.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15crypto: mcryptd - remove pointless wrapper functionsGravatar Eric Biggers 1-30/+4
2018-01-12crypto: hash - annotate algorithms taking optional keyGravatar Eric Biggers 1-4/+3
2018-01-12crypto: mcryptd - pass through absence of ->setkey()Gravatar Eric Biggers 1-1/+2
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-13/+10
2017-12-11crypto: mcryptd - protect the per-CPU queue with a lockGravatar Sebastian Andrzej Siewior 1-13/+10
2017-11-29crypto: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-12-07crypto: mcryptd - Check mcryptd algorithm compatibilityGravatar tim 1-7/+12
2016-09-13crypto: squash lines for simple wrapper functionsGravatar Masahiro Yamada 1-6/+1
2016-06-23crypto: sha1-mb - async implementation for sha1-mbGravatar Megha Dey 1-76/+56
2016-01-30crypto: mcryptd - Fix load failureGravatar Wang, Rui Y 1-0/+1
2015-11-23crypto: mcryptd - use list_first_entry_or_null()Gravatar Geliang Tang 1-6/+2
2015-03-31crypto: mcryptd - process CRYPTO_ALG_INTERNALGravatar Stephan Mueller 1-2/+23
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2014-08-26crypto: mcryptd - mcryptd_flist can be staticGravatar Fengguang Wu 1-1/+1
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureGravatar Tim Chen 1-0/+705