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