summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg_qi2.c
AgeCommit message (Expand)Author
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu
2022-07-15crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski
2022-06-30crypto: caam - drop unexpected word 'a' in commentsJiang Jian
2021-11-20crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li
2021-03-26crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă
2020-10-02crypto: caam/qi2 - 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/qi2 - add support for more XTS key lengthsAndrei Botila
2020-10-02crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila
2020-09-18crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski
2020-07-31crypto: caam/qi2 - add module aliasHoria Geantă
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă
2020-07-31crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă
2020-07-31crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-06-26crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă
2020-06-18crypto: caam/qi2 - remove redundant assignment to retColin Ian King
2020-06-18crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila
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-08-02crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg
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-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer
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-05-03crypto: caam/qi2 - generate hash keys in-placeHoria Geantă
2019-05-03crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă
2019-05-03crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă
2019-02-22crypto: caam/qi2 - use affine DPIOsHoria Geantă