aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-26crypto: caam - remove dead codeCristian Stoica1-7/+7
2014-11-12crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile1-4/+6
2014-11-06crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile1-4/+281
2014-11-06crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile1-26/+236
2014-11-06crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile1-5/+78
2014-11-06crypto: caam - add support for ctr(aes)Catalin Vasile1-5/+35
2014-11-06crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus1-1/+457
2014-11-06crypto: caam - fix output sequence contiguity checkTudor Ambarus1-1/+2
2014-10-24crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus1-15/+414
2014-10-24crypto: caam - add support for gcm(aes)Tudor Ambarus1-11/+331
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta1-0/+7
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta1-3/+31
2014-07-23crypto: caam - fix typo in dma_mapping_errorHoria Geanta1-1/+1
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto layerRuchika Gupta1-0/+29
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta1-4/+4
2014-05-13crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg1-0/+3
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut1-20/+8
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta1-0/+5
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta1-3/+324
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta1-47/+7
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta1-23/+13
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta1-22/+29
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta1-72/+20
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta1-1/+3
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu1-0/+7
2013-08-21crypto: caam - replace xstr macro with __stringifyAlex Porosanu1-39/+39
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg1-2/+0
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta1-2/+2
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