aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-20crypto: caam - simplify and harden key parsingGravatar Horia Geanta 1-23/+13
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Gravatar Horia Geanta 1-22/+29
2013-10-30crypto: caam - Modify the interface layers to use JR API'sGravatar Ruchika Gupta 1-72/+20
2013-10-30crypto: caam - Add Platform driver for Job RingGravatar Ruchika Gupta 1-1/+3
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedGravatar Alex Porosanu 1-0/+7
2013-08-21crypto: caam - replace xstr macro with __stringifyGravatar Alex Porosanu 1-39/+39
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hGravatar Vakul Garg 1-2/+0
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionGravatar Horia Geanta 1-2/+2
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+6
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Gravatar Vakul Garg 1-0/+6
2013-03-21Revert "crypto: caam - add IPsec ESN support"Gravatar Horia Geanta 1-25/+2
2012-09-07crypto: caam - add IPsec ESN supportGravatar Horia Geanta 1-2/+25
2012-09-07crypto: caam - coccicheck fixesGravatar Kim Phillips 1-8/+8
2012-08-01crypto: caam - set descriptor sharing type to SERIALGravatar Kim Phillips 1-4/+4
2012-06-27crypto: caam - chaining supportGravatar Yuan Kang 1-44/+70
2012-06-27crypto: caam - link_tbl renameGravatar Yuan Kang 1-113/+113
2012-06-27crypto: caam - refactor key_gen, sgGravatar Yuan Kang 1-189/+8
2012-06-27crypto: caam - remove jr register/deregisterGravatar Yuan Kang 1-28/+2
2012-06-27crypto: caam - support external seq in/out lengthsGravatar Yuan Kang 1-2/+3
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstGravatar Kim Phillips 1-5/+5
2012-03-29crypto: caam - add backward compatible string sec4.0Gravatar Shengzhou Liu 1-4/+10
2012-01-13crypto: caam - be less noisy on startupGravatar Kim Phillips 1-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsGravatar Hemant Agrawal 1-0/+115
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagGravatar Nikos Mavrogiannopoulos 1-1/+2
2011-12-20crypto: caam - fix polarity of "propagate error" logicGravatar Kim Phillips 1-5/+5
2011-11-21crypto: caam - add support for MD5 algorithm variantsGravatar Kim Phillips 1-0/+57
2011-07-15crypto: caam - ablkcipher supportGravatar Yuan Kang 1-0/+510
2011-07-15crypto: caam - faster aead implementationGravatar Yuan Kang 1-329/+775
2011-07-15crypto: caam - structure renamingGravatar Yuan Kang 1-21/+43
2011-07-15crypto: caam - shorter namesGravatar Yuan Kang 1-137/+137
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationGravatar Kim Phillips 1-3/+3
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsGravatar Kim Phillips 1-13/+106
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxGravatar Kim Phillips 1-2/+0
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingGravatar Kim Phillips 1-4/+22
2011-05-04crypto: caam - fix printk recursion for long error textsGravatar Kim Phillips 1-3/+3
2011-05-04crypto: caam - remove unused keylen from session contextGravatar Kim Phillips 1-2/+0
2011-05-03crypto: caam - remove duplicate dev_errGravatar Kim Phillips 1-1/+0
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorGravatar Kim Phillips 1-4/+2
2011-04-08crypto: caam - introduce missing kfreeGravatar Julia Lawall 1-0/+1
2011-03-27crypto: caam - dereferencing ERR_PTR on allocation failureGravatar Dan Carpenter 1-1/+1
2011-03-27crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Gravatar Kim Phillips 1-2/+2
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMGravatar Kim Phillips 1-0/+1163