summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)AuthorLines
2015-01-26crypto: caam - remove dead codeCristian Stoica-7/+7
2014-11-12crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile-4/+6
2014-11-06crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile-4/+281
2014-11-06crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile-26/+236
2014-11-06crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile-5/+78
2014-11-06crypto: caam - add support for ctr(aes)Catalin Vasile-5/+35
2014-11-06crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus-1/+457
2014-11-06crypto: caam - fix output sequence contiguity checkTudor Ambarus-1/+2
2014-10-24crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus-15/+414
2014-10-24crypto: caam - add support for gcm(aes)Tudor Ambarus-11/+331
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta-0/+7
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta-3/+31
2014-07-23crypto: caam - fix typo in dma_mapping_errorHoria Geanta-1/+1
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta-0/+29
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta-4/+4
2014-05-13crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg-0/+3
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut-20/+8
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta-0/+5
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta-3/+324
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta-47/+7
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta-23/+13
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta-22/+29
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta-72/+20
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta-1/+3
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu-0/+7
2013-08-21crypto: caam - replace xstr macro with __stringifyAlex Porosanu-39/+39
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg-2/+0
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta-2/+2
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-0/+6
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg-0/+6
2013-03-21Revert "crypto: caam - add IPsec ESN support"Horia Geanta-25/+2
2012-09-07crypto: caam - add IPsec ESN supportHoria Geanta-2/+25
2012-09-07crypto: caam - coccicheck fixesKim Phillips-8/+8
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips-4/+4
2012-06-27crypto: caam - chaining supportYuan Kang-44/+70
2012-06-27crypto: caam - link_tbl renameYuan Kang-113/+113
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang-189/+8
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang-28/+2
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang-2/+3
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips-5/+5
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu-4/+10
2012-01-13crypto: caam - be less noisy on startupKim Phillips-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal-0/+115
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos-1/+2
2011-12-20crypto: caam - fix polarity of "propagate error" logicKim Phillips-5/+5
2011-11-21crypto: caam - add support for MD5 algorithm variantsKim Phillips-0/+57
2011-07-15crypto: caam - ablkcipher supportYuan Kang-0/+510
2011-07-15crypto: caam - faster aead implementationYuan Kang-329/+775
2011-07-15crypto: caam - structure renamingYuan Kang-21/+43
2011-07-15crypto: caam - shorter namesYuan Kang-137/+137