summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg_qi2.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix asynchronous hashGaurav Jain2024-01-261-2/+5
* crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain2023-10-011-1/+2
* bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-301-3/+1
* crypto: caam - Use ahash_request_completeHerbert Xu2023-01-271-4/+4
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-19/+29
* crypto: caam - Set DMA alignment explicitlyHerbert Xu2022-12-021-86/+87
* crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2022-07-151-2/+3
* crypto: caam - drop unexpected word 'a' in commentsJiang Jian2022-06-301-1/+1
* crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li2021-11-201-1/+1
* crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones2021-03-261-0/+3
* crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă2020-11-061-1/+2
* crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila2020-10-021-5/+10
* crypto: caam - add xts check for block length equal to zeroAndrei Botila2020-10-021-2/+12
* crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila2020-10-021-4/+12
* crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila2020-10-021-5/+75
* crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-2/+1
* crypto: caam - Fix kerneldocKrzysztof Kozlowski2020-09-181-2/+2
* crypto: caam/qi2 - add module aliasHoria Geantă2020-07-311-0/+1
* crypto: caam - silence .setkey in case of bad key lengthHoria Geantă2020-07-311-1/+1
* crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă2020-07-311-1/+5
* crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă2020-07-311-1/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-3/+5
* crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă2020-06-261-4/+6
* crypto: caam/qi2 - remove redundant assignment to retColin Ian King2020-06-181-2/+0
* crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila2020-06-181-0/+15
* crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă2020-01-221-1/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-37/+10
* crypto: caam/qi2 - remove double buffering for ahashAndrei Botila2019-12-201-99/+58
* crypto: caam/des - switch to new verification routinesArd Biesheuvel2019-08-221-25/+11
* crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă2019-08-091-20/+47
* crypto: caam - check zero-length inputIuliana Prodan2019-08-091-0/+5
* crypto: caam - check assoclenIuliana Prodan2019-08-091-8/+2
* crypto: caam - check authsizeIuliana Prodan2019-08-091-0/+13
* crypto: caam - check key lengthIuliana Prodan2019-08-091-38/+117
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-091-2/+6
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-091-44/+18
* crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg2019-08-021-0/+5
* crypto: caam - update IV using HW supportHoria Geantă2019-06-201-50/+46
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-201-31/+29
* crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-301-2/+2
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-231-14/+49
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-231-0/+9
* crypto: caam - fix DKP detection logicHerbert Xu2019-05-091-1/+7
* crypto: caam/qi2 - generate hash keys in-placeHoria Geantă2019-05-031-26/+15
* crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2019-05-031-66/+45
* crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă2019-05-031-7/+18
* crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-13/+53
* crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă2019-02-221-0/+2
* crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă2019-02-221-1/+1
* crypto: caam/qi2 - use affine DPIOsHoria Geantă2019-02-221-23/+29