aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mcryptd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers1-30/+4
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-4/+3
2018-01-12crypto: mcryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-13/+10
2017-12-11crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-13/+10
2017-11-29crypto: remove unused hardirq.hYang Shi1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2016-12-07crypto: mcryptd - Check mcryptd algorithm compatibilitytim1-7/+12
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada1-6/+1
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey1-76/+56
2016-01-30crypto: mcryptd - Fix load failureWang, Rui Y1-0/+1
2015-11-23crypto: mcryptd - use list_first_entry_or_null()Geliang Tang1-6/+2
2015-03-31crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller1-2/+23
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2014-08-26crypto: mcryptd - mcryptd_flist can be staticFengguang Wu1-1/+1
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen1-0/+705