summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-26/+7
* crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov2019-08-301-1/+1
* crypto: caam/des - switch to new verification routinesArd Biesheuvel2019-08-221-36/+13
* crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă2019-08-091-30/+12
* crypto: caam - check zero-length inputIuliana Prodan2019-08-091-0/+6
* crypto: caam - check assoclenIuliana Prodan2019-08-091-8/+2
* crypto: caam - check authsizeIuliana Prodan2019-08-091-0/+13
* crypto: caam - check key lengthIuliana Prodan2019-08-091-31/+94
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-091-3/+2
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-091-14/+12
* crypto: caam - update IV using HW supportHoria Geantă2019-06-201-37/+51
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-201-18/+17
* crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-06-061-4/+5
* crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-301-4/+4
* crypto: caam - print debug messages at debug levelSascha Hauer2019-05-301-87/+58
* crypto: caam - remove unused definesSascha Hauer2019-05-301-7/+0
* crypto: caam - print IV only when non NULLSascha Hauer2019-05-301-3/+4
* crypto: caam - print debugging hex dumps after unmappingSascha Hauer2019-05-231-10/+11
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-231-40/+3
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-231-2/+28
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-231-0/+1
* crypto: caam - fix DKP detection logicHerbert Xu2019-05-091-2/+7
* crypto: caam/jr - update gcm detection logicHoria Geantă2019-04-251-7/+11
* crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-12/+45
* crypto: caam - add missing put_device() callWen Yang2019-03-071-5/+7
* crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-151-2/+2
* crypto: caam - add ecb(*) supportIuliana Prodan2019-02-151-42/+148
* crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan2019-02-151-7/+20
* crypto: caam - fixed handling of sg listPankaj Gupta2019-02-081-0/+1
* crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-011-8/+18
* 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/+207
* | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-041-264/+11
|/
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-211-121/+91
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-211-12/+17
* crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-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/+2
* 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/+15
* crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-121-2/+18