summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rockchip/rk3288_crypto_skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: rockchip - Add support for RK3399Corentin Labbe2022-10-281-21/+16
* crypto: rockchip - store crypto_info in request contextCorentin Labbe2022-10-281-2/+4
* 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-281-18/+19
* 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 - introduce PMCorentin Labbe2022-10-281-0/+9
* crypto: rockchip - add debugfsCorentin Labbe2022-10-281-0/+15
* crypto: rockchip - rewrite typeCorentin Labbe2022-10-281-6/+6
* crypto: rockchip - rework by using crypto_engineCorentin Labbe2022-10-281-127/+123
* crypto: rockchip - remove non-aligned handlingCorentin Labbe2022-10-281-30/+9
* crypto: rockchip - better handle cipher keyCorentin Labbe2022-10-281-3/+7
* crypto: rockchip - add fallback for cipherCorentin Labbe2022-10-281-13/+84
* crypto: rockchip - do not store mode globallyCorentin Labbe2022-10-281-21/+37
* crypto: rockchip - do not do custom power managementCorentin Labbe2022-10-281-2/+3
* crypto: rockchip - ECB does not need IVCorentin Labbe2022-02-181-1/+0
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: rockchip - switch to skcipher APIArd Biesheuvel2019-11-171-0/+538