summaryrefslogtreecommitdiffstats
path: root/crypto/cryptd.c
AgeCommit message (Expand)AuthorLines
2014-08-01crypto: Resolve shadow warningsMark Rustad-6/+6
2012-10-24crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna-3/+8
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu-1/+1
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban-3/+203
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-1/+1
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying-0/+7
2009-10-03this_cpu: Use this_cpu_ptr in crypto subsystemChristoph Lameter-1/+1
2009-08-06crypto: cryptd - Add support to access underlaying shashHuang Ying-0/+35
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu-0/+40
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert-0/+2
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu-27/+37
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu-24/+29
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu-2/+3
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu-80/+84
2009-06-02crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Huang Ying-5/+9
2009-02-19crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqHuang Ying-117/+103
2009-02-18crypto: cryptd - Add support to access underlying blkcipherHuang Ying-0/+35
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu-0/+1
2008-07-10[CRYPTO] cryptd: Add asynchronous hash supportLoc Ho-0/+243
2008-07-10[CRYPTO] cryptd: Fix EINPROGRESS notification contextHerbert Xu-5/+4
2008-05-01[CRYPTO] cryptd: Correct kzalloc error testJulia Lawall-1/+3
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells-2/+2
2008-01-11[CRYPTO] cryptd: Use geniv of the underlying algorithmHerbert Xu-0/+2
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu-2/+2
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu-4/+3
2007-05-31[CRYPTO] cryptd: Fix problem with cryptd and the freezerRafael J. Wysocki-1/+3
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonHerbert Xu-0/+375