aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rockchip
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+5
2024-03-01crypto: rk3288 - Fix use after free in unprepareHerbert Xu1-2/+2
2024-02-24crypto: rockchip - fix to check return valueKilian Zinnecker1-0/+5
2023-12-29crypto: rk3288 - Use helper to set reqsizeOvidiu Panait1-2/+2
2023-10-27crypto: rockchip - remove unnecessary alignmask for ahashesEric Biggers1-3/+0
2023-10-27crypto: rockchip/rk3288 - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+0
2023-08-18crypto: rk3288 - Use new crypto_engine_op interfaceHerbert Xu4-83/+123
2023-08-18crypto: rk3288 - Remove prepare/unprepare requestHerbert Xu1-5/+8
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li1-1/+0
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe4-68/+123
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe1-5/+3
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe2-12/+79
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe3-10/+12
2022-10-28crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe1-2/+2
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe2-28/+32
2022-10-28crypto: rockchip - rework rk_handle_req functionCorentin Labbe1-51/+17
2022-10-28crypto: rockchip - rename ablk functions to cipherCorentin Labbe1-16/+16
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe1-0/+1
2022-10-28crypto: rockchip - fix style issueCorentin Labbe1-6/+6
2022-10-28crypto: rockchip - use read_poll_timeoutCorentin Labbe1-12/+12
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe2-61/+11
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe1-12/+10
2022-10-28crypto: rockchip - introduce PMCorentin Labbe4-2/+69
2022-10-28crypto: rockchip - add debugfsCorentin Labbe4-0/+81
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe4-23/+28
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe4-365/+220
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe2-13/+86
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2022-10-28crypto: rockchip - fix privete/private typoCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe1-2/+1
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe1-1/+0
2021-04-09crypto: rockchip - delete unneeded variable initializationKai Ye1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu4-0/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2019-11-17crypto: rockchip - switch to skcipher APIArd Biesheuvel5-562/+545
2019-08-22crypto: rk3288/des - switch to new verification routinesArd Biesheuvel2-15/+8
2019-08-09crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner3-12/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-18crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie1-7/+18
2019-04-18crypto: rockchip - Forbid 2-key 3DES in FIPS modeHerbert Xu1-12/+24
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2-0/+35
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie4-5/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22crypto: rockchip - Don't dequeue the request when device is busyZain Wang4-148/+160
2017-08-03crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang3-19/+29
2017-08-03crypto: rockchip - move the crypto completion from interrupt contextZain Wang4-14/+33
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee1-4/+2
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang5-14/+495
2015-12-04crypto: rockchip - fix possible deadlockHeiko Stuebner2-6/+9
2015-11-27crypto: rockchip - add crypto driver for rk3288Zain Wang4-0/+1115