aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă1-206/+69
2017-02-15crypto: caam - use dma_map_sg() return codeHoria Geantă1-62/+71
2017-02-15crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă1-101/+88
2017-02-15crypto: caam - check sg_count() return valueHoria Geantă1-2/+42
2017-02-15crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă1-4/+4
2016-12-01crypto: caam - pass key buffers with typesafe pointersArnd Bergmann1-30/+30
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+9
2016-11-28crypto: caam - consolidate split key length computationHoria Geantă1-21/+3
2016-11-28crypto: caam - refactor encryption descriptors generationHoria Geantă1-1072/+37
2016-11-28crypto: caam - rewrite some generic inline append cmdsHoria Geantă1-10/+10
2016-11-28crypto: caam - improve key inliningHoria Geantă1-53/+77
2016-11-28crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă1-61/+3
2016-11-28crypto: caam - group algorithm related paramsHoria Geantă1-171/+223
2016-11-28crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă1-18/+12
2016-11-17crypto: caam - fix type mismatch warningArnd Bergmann1-1/+1
2016-11-13crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă1-0/+44
2016-11-13crypto: caam - trivial code clean-upHoria Geantă1-12/+4
2016-11-13crypto: caam - remove unused command from aead givencryptHoria Geantă1-4/+1
2016-11-13crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă1-13/+6
2016-11-13crypto: caam - fix smatch warningsHoria Geantă1-3/+1
2016-11-13crypto: caam - fix AEAD givenc descriptorsAlex Porosanu1-1/+3
2016-11-13crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld1-0/+9
2016-11-01crypto: caam - fix type mismatch warningArnd Bergmann1-1/+1
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-40/+37
2016-09-22crypto: caam - fix sg dumpCatalin Vasile1-18/+61
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile1-42/+40
2016-08-31crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37
2016-08-08crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă1-0/+3
2016-08-08crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă1-5/+5
2015-10-08crypto: caam - add support for acipher xts(aes)Catalin Vasile1-1/+137
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin1-60/+34
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam1-1/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+1
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan1-6/+62
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan1-6/+6
2015-08-04crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu1-1245/+1316
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?1-9/+15
2015-07-14crypto: caam - Use new IV conventionHerbert Xu1-26/+49
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu1-1/+1
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu1-1/+2
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu1-634/+686
2015-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu1-12/+8
2015-05-22crypto: caam - Use old_aead_algHerbert Xu1-1/+1
2015-05-13crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu1-48/+48
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu1-4/+0
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