summaryrefslogtreecommitdiff
path: root/drivers/crypto/rockchip
AgeCommit message (Expand)Author
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe
2022-10-28crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe
2022-10-28crypto: rockchip - rework rk_handle_req functionCorentin Labbe
2022-10-28crypto: rockchip - rename ablk functions to cipherCorentin Labbe
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe
2022-10-28crypto: rockchip - fix style issueCorentin Labbe
2022-10-28crypto: rockchip - use read_poll_timeoutCorentin Labbe
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe
2022-10-28crypto: rockchip - introduce PMCorentin Labbe
2022-10-28crypto: rockchip - add debugfsCorentin Labbe
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe
2022-10-28crypto: rockchip - fix privete/private typoCorentin Labbe
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe
2021-04-09crypto: rockchip - delete unneeded variable initializationKai Ye
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: rockchip - switch to skcipher APIArd Biesheuvel
2019-08-22crypto: rk3288/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-18crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie
2019-04-18crypto: rockchip - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22crypto: rockchip - Don't dequeue the request when device is busyZain Wang
2017-08-03crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang
2017-08-03crypto: rockchip - move the crypto completion from interrupt contextZain Wang
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang
2015-12-04crypto: rockchip - fix possible deadlockHeiko Stuebner