aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptd.c
AgeCommit message (Expand)Author
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2017-11-03crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu
2016-11-01crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser
2016-09-07crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-08-31crypto: cryptd - Use correct tfm object for AEAD trackingHerbert Xu
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu
2015-12-04crypto: cryptd - Assign statesize properlyWang, Rui Y
2015-11-27crypto: cryptod - use crypto_skcipher_type() for getting skcipher typeAlexander Kuleshov
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-17crypto: cryptd - Remove reference to crypto_aead_crtHerbert Xu
2015-07-14crypto: cryptd - Propagate new AEAD implementation flagHerbert Xu
2015-07-07crypto: cryptd - Fix AEAD request context corruptionHerbert Xu
2015-06-03crypto: cryptd - Convert to new AEAD interfaceHerbert Xu
2015-06-03crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu
2015-05-22crypto: cryptd - Use crypto_grab_aeadHerbert Xu
2015-05-13crypto: cryptd - Use crypto_aead_set_reqsize helperHerbert Xu
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller
2014-11-26crypto: include crypto- module prefix in templateKees Cook
2014-08-01crypto: Resolve shadow warningsMark Rustad
2012-10-24crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying
2009-10-03this_cpu: Use this_cpu_ptr in crypto subsystemChristoph Lameter
2009-08-06crypto: cryptd - Add support to access underlaying shashHuang Ying
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu
2009-06-02crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Huang Ying
2009-02-19crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqHuang Ying
2009-02-18crypto: cryptd - Add support to access underlying blkcipherHuang Ying
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu
2008-07-10[CRYPTO] cryptd: Add asynchronous hash supportLoc Ho
2008-07-10[CRYPTO] cryptd: Fix EINPROGRESS notification contextHerbert Xu
2008-05-01[CRYPTO] cryptd: Correct kzalloc error testJulia Lawall
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-01-11[CRYPTO] cryptd: Use geniv of the underlying algorithmHerbert Xu
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu
2007-05-31[CRYPTO] cryptd: Fix problem with cryptd and the freezerRafael J. Wysocki
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonHerbert Xu