summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)Author
2023-10-01crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain
2023-08-18crypto: caam - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA
2023-02-28crypto: caam - Fix edesc/iv ordering mixupHerbert Xu
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă
2020-10-02crypto: caam/jr - add support for XTS with 16B IVAndrei Botila
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila
2020-10-02crypto: caam/jr - add support for more XTS key lengthsAndrei Botila
2020-10-02crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-22crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan
2020-02-22crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă
2019-08-09crypto: caam - check zero-length inputIuliana Prodan
2019-08-09crypto: caam - check assoclenIuliana Prodan
2019-08-09crypto: caam - check authsizeIuliana Prodan
2019-08-09crypto: caam - check key lengthIuliana Prodan
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă
2019-06-20crypto: caam - update IV using HW supportHoria Geantă
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer
2019-05-30crypto: caam - remove unused definesSascha Hauer
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu
2019-04-25crypto: caam/jr - update gcm detection logicHoria Geantă
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-03-07crypto: caam - add missing put_device() callWen Yang
2019-02-15crypto: caam - weak key checking for cbc des, 3desIuliana Prodan