summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg_qi.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-281-14/+26
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-6/+10
* crypto: caam - Set DMA alignment explicitlyHerbert Xu2022-12-021-26/+26
* crypto: caam/qi - simplify error path for context allocationHoria Geantă2020-11-201-4/+4
* crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă2020-11-061-2/+2
* crypto: caam/qi - add support for XTS with 16B IVAndrei Botila2020-10-021-4/+8
* crypto: caam - add xts check for block length equal to zeroAndrei Botila2020-10-021-1/+6
* crypto: caam/qi - add support for more XTS key lengthsAndrei Botila2020-10-021-3/+10
* crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2020-10-021-5/+67
* crypto: caam - silence .setkey in case of bad key lengthHoria Geantă2020-07-311-1/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-2/+4
* crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-2/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-33/+11
* crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan2019-08-301-5/+4
* crypto: caam/des - switch to new verification routinesArd Biesheuvel2019-08-221-30/+6
* crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă2019-08-151-4/+3
* 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/+3
* crypto: caam - check assoclenIuliana Prodan2019-08-091-8/+4
* crypto: caam - check authsizeIuliana Prodan2019-08-091-0/+13
* crypto: caam - check key lengthIuliana Prodan2019-08-091-31/+99
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-091-1/+3
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-091-16/+5
* crypto: caam - update IV using HW supportHoria Geantă2019-06-201-51/+39
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-201-19/+17
* crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-301-1/+1
* crypto: caam - print debug messages at debug levelSascha Hauer2019-05-301-29/+16
* crypto: caam/qi - DMA map keys using proper deviceHoria Geantă2019-05-231-14/+19
* crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-231-3/+3
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-231-41/+4
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-231-4/+36
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-231-1/+1
* crypto: caam - fix DKP detection logicHerbert Xu2019-05-091-2/+5
* crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-13/+53
* crypto: caam - add missing put_device() callWen Yang2019-03-071-3/+8
* crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-281-3/+3
* crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-011-8/+15
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-161-9/+28
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-171-0/+1
* crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă2018-09-041-202/+171
* crypto: caam/qi - remove ablkcipher IV generationHoria Geantă2018-09-041-241/+20
* crypto: caam/qi - fix error path in xts setkeyHoria Geantă2018-08-251-4/+2
* crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-04-211-111/+116
* crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: caam/qi - add GCM supportHoria Geantă2018-02-151-0/+374
* crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2018-02-151-1/+11
* crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă2017-12-281-11/+43
* crypto: caam - remove needless ablkcipher key copyHoria Geantă2017-12-281-6/+2
* crypto: caam/qi - use correct print specifier for size_tHoria Geantă2017-12-111-3/+3
* crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă2017-11-031-1/+6