aboutsummaryrefslogtreecommitdiff
path: root/crypto/cryptd.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagGravatar Herbert Xu 1-5/+3
2015-08-17crypto: cryptd - Remove reference to crypto_aead_crtGravatar Herbert Xu 1-2/+2
2015-07-14crypto: cryptd - Propagate new AEAD implementation flagGravatar Herbert Xu 1-5/+6
2015-07-07crypto: cryptd - Fix AEAD request context corruptionGravatar Herbert Xu 1-4/+8
2015-06-03crypto: cryptd - Convert to new AEAD interfaceGravatar Herbert Xu 1-35/+29
2015-06-03crypto: cryptd - Add setkey/setauthsize functions for AEADGravatar Herbert Xu 1-2/+20
2015-05-22crypto: cryptd - Use crypto_grab_aeadGravatar Herbert Xu 1-23/+37
2015-05-13crypto: cryptd - Use crypto_aead_set_reqsize helperGravatar Herbert Xu 1-1/+2
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALGravatar Stephan Mueller 1-8/+41
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2014-08-01crypto: Resolve shadow warningsGravatar Mark Rustad 1-6/+6
2012-10-24crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Gravatar Jussi Kivilinna 1-3/+8
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniGravatar Herbert Xu 1-1/+1
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdGravatar Adrian Hoban 1-3/+203
2010-02-17percpu: add __percpu sparse annotations to what's leftGravatar Tejun Heo 1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationGravatar Huang Ying 1-0/+7
2009-10-03this_cpu: Use this_cpu_ptr in crypto subsystemGravatar Christoph Lameter 1-1/+1
2009-08-06crypto: cryptd - Add support to access underlaying shashGravatar Huang Ying 1-0/+35
2009-07-22crypto: cryptd - Add finup/export/import for hashGravatar Herbert Xu 1-0/+40
2009-07-15crypto: cryptd - Fix uninitialized return valueGravatar Steffen Klassert 1-0/+2
2009-07-14crypto: cryptd - Switch to new style ahashGravatar Herbert Xu 1-27/+37
2009-07-14crypto: cryptd - Switch to template create APIGravatar Herbert Xu 1-24/+29
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeGravatar Herbert Xu 1-2/+3
2009-07-14crypto: cryptd - Use shash algorithmsGravatar Herbert Xu 1-80/+84
2009-06-02crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Gravatar Huang Ying 1-5/+9
2009-02-19crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqGravatar Huang Ying 1-117/+103
2009-02-18crypto: cryptd - Add support to access underlying blkcipherGravatar Huang Ying 1-0/+35
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hGravatar Herbert Xu 1-0/+1
2008-07-10[CRYPTO] cryptd: Add asynchronous hash supportGravatar Loc Ho 1-0/+243
2008-07-10[CRYPTO] cryptd: Fix EINPROGRESS notification contextGravatar Herbert Xu 1-5/+4
2008-05-01[CRYPTO] cryptd: Correct kzalloc error testGravatar Julia Lawall 1-1/+3
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-2/+2
2008-01-11[CRYPTO] cryptd: Use geniv of the underlying algorithmGravatar Herbert Xu 1-0/+2
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeGravatar Herbert Xu 1-2/+2
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectGravatar Herbert Xu 1-4/+3
2007-05-31[CRYPTO] cryptd: Fix problem with cryptd and the freezerGravatar Rafael J. Wysocki 1-1/+3
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonGravatar Herbert Xu 1-0/+375