summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg_qi2.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-07crypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum1-6/+6
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-10/+7
2026-03-27crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum1-2/+2
2026-03-26crypto: caam - fix overflow on long hmac keysHoria Geantă1-1/+2
2026-02-28crypto: caam - Replace snprintf with strscpy in caam_hash_allocThorsten Blum1-8/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-01-31crypto: caam - fix netdev memory leak in dpaa2_caam_probeJianpeng Chang1-12/+15
2025-02-09crypto: drivers - Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-10crypto: caam/qi* - Use cpumask_var_t instead of cpumask_tHerbert Xu1-5/+12
2024-07-04crypto: caam: Unembed net_dev structure in dpaa2Breno Leitao1-3/+25
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-30bus: 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