summaryrefslogtreecommitdiff
path: root/drivers/crypto/rockchip
Commit message (Expand)AuthorAgeFilesLines
* crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li2022-11-111-1/+0
* crypto: rockchip - Add support for RK3399Corentin Labbe2022-10-284-68/+123
* crypto: rockchip - permit to have more than one resetCorentin Labbe2022-10-281-1/+1
* crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe2022-10-281-5/+3
* crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe2022-10-282-12/+79
* crypto: rockchip - store crypto_info in request contextCorentin Labbe2022-10-283-10/+12
* crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe2022-10-281-2/+2
* crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe2022-10-282-28/+32
* crypto: rockchip - rework rk_handle_req functionCorentin Labbe2022-10-281-51/+17
* crypto: rockchip - rename ablk functions to cipherCorentin Labbe2022-10-281-16/+16
* crypto: rockchip - add support for rk3328Corentin Labbe2022-10-281-0/+1
* crypto: rockchip - fix style issueCorentin Labbe2022-10-281-6/+6
* crypto: rockchip - use read_poll_timeoutCorentin Labbe2022-10-281-12/+12
* crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe2022-10-282-61/+11
* crypto: rockchip - handle reset also in PMCorentin Labbe2022-10-281-12/+10
* crypto: rockchip - introduce PMCorentin Labbe2022-10-284-2/+69
* crypto: rockchip - add debugfsCorentin Labbe2022-10-284-0/+81
* crypto: rockchip - rewrite typeCorentin Labbe2022-10-284-23/+28
* crypto: rockchip - rework by using crypto_engineCorentin Labbe2022-10-284-365/+220
* crypto: rockchip - remove non-aligned handlingCorentin Labbe2022-10-284-103/+31
* crypto: rockchip - better handle cipher keyCorentin Labbe2022-10-282-3/+8
* crypto: rockchip - add fallback for ahashCorentin Labbe2022-10-281-0/+38
* crypto: rockchip - add fallback for cipherCorentin Labbe2022-10-282-13/+86
* crypto: rockchip - do not store mode globallyCorentin Labbe2022-10-282-22/+41
* crypto: rockchip - fix privete/private typoCorentin Labbe2022-10-281-1/+1
* crypto: rockchip - do not do custom power managementCorentin Labbe2022-10-284-8/+6
* crypto: rockchip - do not use uninitialized variableCorentin Labbe2022-10-281-1/+1
* crypto: rockchip - use dev_err for error message about interruptCorentin Labbe2022-10-281-2/+1
* crypto: rockchip - ECB does not need IVCorentin Labbe2022-02-181-1/+0
* crypto: rockchip - delete unneeded variable initializationKai Ye2021-04-091-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-204-0/+4
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: rockchip - switch to skcipher APIArd Biesheuvel2019-11-175-562/+545
* crypto: rk3288/des - switch to new verification routinesArd Biesheuvel2019-08-222-15/+8
* crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-053-12/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie2019-04-181-7/+18
* crypto: rockchip - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-12/+24
* crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2019-02-222-0/+35
* crypto: rockchip - fix scatterlist nents errorZhang Zhijie2019-02-224-5/+7
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: rockchip - Don't dequeue the request when device is busyZain Wang2017-08-224-148/+160
* crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang2017-08-033-19/+29
* crypto: rockchip - move the crypto completion from interrupt contextZain Wang2017-08-034-14/+33
* crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee2016-08-241-4/+2
* crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-285-14/+495
* crypto: rockchip - fix possible deadlockHeiko Stuebner2015-12-042-6/+9