aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+6
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg1-0/+6
2013-03-21Revert "crypto: caam - add IPsec ESN support"Horia Geanta1-25/+2
2012-09-07crypto: caam - add IPsec ESN supportHoria Geanta1-2/+25
2012-09-07crypto: caam - coccicheck fixesKim Phillips1-8/+8
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips1-4/+4
2012-06-27crypto: caam - chaining supportYuan Kang1-44/+70
2012-06-27crypto: caam - link_tbl renameYuan Kang1-113/+113
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang1-189/+8
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang1-28/+2
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang1-2/+3
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips1-5/+5
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu1-4/+10
2012-01-13crypto: caam - be less noisy on startupKim Phillips1-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal1-0/+115
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-1/+2
2011-12-20crypto: caam - fix polarity of "propagate error" logicKim Phillips1-5/+5
2011-11-21crypto: caam - add support for MD5 algorithm variantsKim Phillips1-0/+57
2011-07-15crypto: caam - ablkcipher supportYuan Kang1-0/+510
2011-07-15crypto: caam - faster aead implementationYuan Kang1-329/+775
2011-07-15crypto: caam - structure renamingYuan Kang1-21/+43
2011-07-15crypto: caam - shorter namesYuan Kang1-137/+137
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips1-3/+3
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips1-13/+106
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxKim Phillips1-2/+0
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips1-4/+22
2011-05-04crypto: caam - fix printk recursion for long error textsKim Phillips1-3/+3
2011-05-04crypto: caam - remove unused keylen from session contextKim Phillips1-2/+0
2011-05-03crypto: caam - remove duplicate dev_errKim Phillips1-1/+0
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorKim Phillips1-4/+2
2011-04-08crypto: caam - introduce missing kfreeJulia Lawall1-0/+1
2011-03-27crypto: caam - dereferencing ERR_PTR on allocation failureDan Carpenter1-1/+1
2011-03-27crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Kim Phillips1-2/+2
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips1-0/+1163