summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix SHA support detectionHoria Geantă2019-01-101-1/+1
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-1/+1
* crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-161-2/+2
* crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-161-4/+217
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-161-14/+33
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-09-211-2/+2
|\
| * crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-211-4/+4
* | crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă2018-09-041-6/+6
* | crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2018-09-041-241/+207Star
* | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-041-264/+11Star
|/
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-201-121/+91Star
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-201-12/+17
* crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
* crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă2018-02-151-6/+13
* crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă2017-12-281-33/+79
* crypto: caam - remove needless ablkcipher key copyHoria Geantă2017-12-281-6/+2Star
* crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-221-5/+5
* crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă2017-07-181-51/+15Star
* crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-121-2/+18
* crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-221-4/+3Star
* crypto: caam - fix gfp allocation flags (part I)Horia Geantă2017-06-221-2/+1Star
* crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-241-4/+5
* crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-151-206/+69Star
* 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/+88Star
* 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/+3Star
* | crypto: caam - refactor encryption descriptors generationHoria Geantă2016-11-281-1072/+37Star
* | 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/+3Star
* | 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/+12Star
* | 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/+4Star
* | crypto: caam - remove unused command from aead givencryptHoria Geantă2016-11-131-4/+1Star
* | crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă2016-11-131-13/+6Star
* | crypto: caam - fix smatch warningsHoria Geantă2016-11-131-3/+1Star
* | 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/+37Star
|\
| * crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă2016-08-311-40/+37Star
* | crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
* | crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2016-09-071-42/+40Star
|/