summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rockchip
AgeCommit message (Expand)AuthorLines
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
2019-08-09crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner-12/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-18crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie-7/+18
2019-04-18crypto: rockchip - Forbid 2-key 3DES in FIPS modeHerbert Xu-12/+24
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie-0/+35
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie-5/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-22crypto: rockchip - Don't dequeue the request when device is busyZain Wang-148/+160
2017-08-03crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang-19/+29
2017-08-03crypto: rockchip - move the crypto completion from interrupt contextZain Wang-14/+33
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee-4/+2
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang-14/+495
2015-12-04crypto: rockchip - fix possible deadlockHeiko Stuebner-6/+9