summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg_qi2.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain1-2/+5
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-05-31bus: fsl-mc: Make remove function return voidUwe Kleine-König1-3/+1
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu1-4/+4
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu1-19/+29
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu1-86/+87
2022-07-15crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski1-2/+3
2022-06-30crypto: caam - drop unexpected word 'a' in commentsJiang Jian1-1/+1
2021-11-20crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li1-1/+1
2021-03-26crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones1-0/+3
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă1-1/+2
2020-10-02crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila1-5/+10
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila1-2/+12
2020-10-02crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila1-4/+12
2020-10-02crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila1-5/+75
2020-09-18crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski1-2/+1
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski1-2/+2
2020-07-31crypto: caam/qi2 - add module aliasHoria Geantă1-0/+1
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă1-1/+1
2020-07-31crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă1-1/+5
2020-07-31crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă1-1/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-3/+5
2020-06-26crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă1-4/+6
2020-06-18crypto: caam/qi2 - remove redundant assignment to retColin Ian King1-2/+0
2020-06-18crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila1-0/+15
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-37/+10
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila1-99/+58
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel1-25/+11
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă1-20/+47
2019-08-09crypto: caam - check zero-length inputIuliana Prodan1-0/+5
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-38/+117
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă1-2/+6
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă1-44/+18
2019-08-02crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg1-0/+5
2019-06-20crypto: caam - update IV using HW supportHoria Geantă1-50/+46
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă1-31/+29
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer1-2/+2
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă1-14/+49
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă1-0/+9
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu1-1/+7
2019-05-03crypto: caam/qi2 - generate hash keys in-placeHoria Geantă1-26/+15
2019-05-03crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă1-66/+45
2019-05-03crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă1-7/+18
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu1-13/+53
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă1-0/+2
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă1-1/+1
2019-02-22crypto: caam/qi2 - use affine DPIOsHoria Geantă1-23/+29