summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)AuthorLines
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain-0/+6
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă-2/+2
2020-10-02crypto: caam/jr - add support for XTS with 16B IVAndrei Botila-4/+8
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila-1/+6
2020-10-02crypto: caam/jr - add support for more XTS key lengthsAndrei Botila-3/+10
2020-10-02crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila-7/+65
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă-1/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-2/+4
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu-29/+0
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan-1/+1
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan-1/+3
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan-1/+3
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-22crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan-30/+77
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan-8/+70
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan-12/+4
2020-02-22crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan-215/+53
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-26/+7
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov-1/+1
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel-36/+13
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă-30/+12
2019-08-09crypto: caam - check zero-length inputIuliana Prodan-0/+6
2019-08-09crypto: caam - check assoclenIuliana Prodan-8/+2
2019-08-09crypto: caam - check authsizeIuliana Prodan-0/+13
2019-08-09crypto: caam - check key lengthIuliana Prodan-31/+94
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă-3/+2
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă-14/+12
2019-06-20crypto: caam - update IV using HW supportHoria Geantă-37/+51
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă-18/+17
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel-4/+5
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer-4/+4
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer-87/+58
2019-05-30crypto: caam - remove unused definesSascha Hauer-7/+0
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer-3/+4
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer-10/+11
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă-40/+3
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă-2/+28
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă-0/+1
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu-2/+7
2019-04-25crypto: caam/jr - update gcm detection logicHoria Geantă-7/+11
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu-12/+45
2019-03-07crypto: caam - add missing put_device() callWen Yang-5/+7
2019-02-15crypto: caam - weak key checking for cbc des, 3desIuliana Prodan-2/+2
2019-02-15crypto: caam - add ecb(*) supportIuliana Prodan-42/+148
2019-02-15crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan-7/+20
2019-02-08crypto: caam - fixed handling of sg listPankaj Gupta-0/+1
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă-8/+18
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă-1/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers-1/+1
2018-11-16crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă-2/+2