summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rockchip
AgeCommit message (Expand)AuthorLines
2025-11-14crypto: rockchip - drop redundant crypto_skcipher_ivsize() callsKarina Yankevich-2/+1
2025-09-13crypto: rockchip - Fix dma_unmap_sg() nents valueThomas Fourier-1/+1
2025-04-16crypto: rk3288 - use API helpers to setup fallback requestOvidiu Panait-25/+27
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-0/+5
2024-03-01crypto: rk3288 - Fix use after free in unprepareHerbert Xu-2/+2
2024-02-24crypto: rockchip - fix to check return valueKilian Zinnecker-0/+5
2023-12-29crypto: rk3288 - Use helper to set reqsizeOvidiu Panait-2/+2
2023-10-27crypto: rockchip - remove unnecessary alignmask for ahashesEric Biggers-3/+0
2023-10-27crypto: rockchip/rk3288 - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-1/+0
2023-08-18crypto: rk3288 - Use new crypto_engine_op interfaceHerbert Xu-83/+123
2023-08-18crypto: rk3288 - Remove prepare/unprepare requestHerbert Xu-5/+8
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li-1/+0
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe-68/+123
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe-1/+1
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe-5/+3
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe-12/+79
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe-10/+12
2022-10-28crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe-2/+2
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe-28/+32
2022-10-28crypto: rockchip - rework rk_handle_req functionCorentin Labbe-51/+17
2022-10-28crypto: rockchip - rename ablk functions to cipherCorentin Labbe-16/+16
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe-0/+1
2022-10-28crypto: rockchip - fix style issueCorentin Labbe-6/+6
2022-10-28crypto: rockchip - use read_poll_timeoutCorentin Labbe-12/+12
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe-61/+11
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe-12/+10
2022-10-28crypto: rockchip - introduce PMCorentin Labbe-2/+69
2022-10-28crypto: rockchip - add debugfsCorentin Labbe-0/+81
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe-23/+28
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe-365/+220
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe-103/+31
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe-3/+8
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe-0/+38
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe-13/+86
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe-22/+41
2022-10-28crypto: rockchip - fix privete/private typoCorentin Labbe-1/+1
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe-8/+6
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe-1/+1
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe-2/+1
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe-1/+0
2021-04-09crypto: rockchip - delete unneeded variable initializationKai Ye-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+2
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu-0/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-3/+1
2019-11-17crypto: rockchip - switch to skcipher APIArd Biesheuvel-562/+545
2019-08-22crypto: rk3288/des - switch to new verification routinesArd Biesheuvel-15/+8