summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-151-206/+69
* crypto: caam - use dma_map_sg() return codeHoria Geantă2017-02-151-62/+71
* crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2017-02-151-101/+88
* crypto: caam - check sg_count() return valueHoria Geantă2017-02-151-2/+42
* crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă2017-02-151-4/+4
* crypto: caam - pass key buffers with typesafe pointersArnd Bergmann2016-12-011-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-301-0/+9
|\
| * crypto: caam - fix type mismatch warningArnd Bergmann2016-11-171-1/+1
| * crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-131-0/+9
* | crypto: caam - consolidate split key length computationHoria Geantă2016-11-281-21/+3
* | crypto: caam - refactor encryption descriptors generationHoria Geantă2016-11-281-1072/+37
* | crypto: caam - rewrite some generic inline append cmdsHoria Geantă2016-11-281-10/+10
* | crypto: caam - improve key inliningHoria Geantă2016-11-281-53/+77
* | crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă2016-11-281-61/+3
* | crypto: caam - group algorithm related paramsHoria Geantă2016-11-281-171/+223
* | crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă2016-11-281-18/+12
* | crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă2016-11-131-0/+44
* | crypto: caam - trivial code clean-upHoria Geantă2016-11-131-12/+4
* | crypto: caam - remove unused command from aead givencryptHoria Geantă2016-11-131-4/+1
* | crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă2016-11-131-13/+6
* | crypto: caam - fix smatch warningsHoria Geantă2016-11-131-3/+1
* | crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2016-11-131-1/+3
* | crypto: caam - fix type mismatch warningArnd Bergmann2016-11-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-40/+37
|\
| * crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă2016-08-311-40/+37
* | crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
* | crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2016-09-071-42/+40
|/
* crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă2016-08-081-0/+3
* crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă2016-08-081-5/+5
* crypto: caam - add support for acipher xts(aes)Catalin Vasile2015-10-081-1/+137
* crypto: caam - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-60/+34
* crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-241-1/+1
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-2/+1
* crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan2015-08-101-6/+62
* crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan2015-08-101-6/+6
* crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu2015-08-041-1245/+1316
* crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?2015-07-311-9/+15
* crypto: caam - Use new IV conventionHerbert Xu2015-07-141-26/+49
* crypto: caam - Set last bit on src SG listHerbert Xu2015-06-191-1/+1
* crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu2015-06-191-1/+2
* crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu2015-06-171-634/+686
* crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu2015-06-091-12/+8
* crypto: caam - Use old_aead_algHerbert Xu2015-05-221-1/+1
* crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu2015-05-131-48/+48
* crypto: caam - Remove bogus references to crypto API internalsHerbert Xu2015-04-231-4/+0
* crypto: caam - remove dead codeCristian Stoica2015-01-261-7/+7
* crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile2014-11-121-4/+6
* crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile2014-11-061-4/+281
* crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile2014-11-061-26/+236
* crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile2014-11-061-5/+78