summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - reduce page 0 regs access to minimumHoria GeantA2023-04-141-10/+11
* crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-281-7/+19
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-6/+10
* crypto: caam - Set DMA alignment explicitlyHerbert Xu2022-12-021-36/+36
* crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain2021-12-031-0/+6
* crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă2020-11-061-2/+2
* crypto: caam/jr - 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/jr - add support for more XTS key lengthsAndrei Botila2020-10-021-3/+10
* crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila2020-10-021-7/+65
* 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: caam - Remove broken arc4 supportHerbert Xu2020-07-161-29/+0
* crypto: caam - fix the address of the last entry of S/GIuliana Prodan2020-04-161-1/+1
* crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan2020-04-161-1/+3
* crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan2020-04-161-1/+3
* crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
* crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan2020-02-221-30/+77
* crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan2020-02-221-8/+70
* crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan2020-02-221-12/+4
* crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan2020-02-221-215/+53
* 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