summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rockchip/rk3288_crypto_ahash.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe1-21/+16
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe1-5/+3
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe1-8/+6
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe1-10/+13
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 - introduce PMCorentin Labbe1-0/+10
2022-10-28crypto: rockchip - add debugfsCorentin Labbe1-0/+8
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe1-3/+3
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe1-66/+78
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe1-16/+6
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe1-2/+1
2021-04-09crypto: rockchip - delete unneeded variable initializationKai Ye1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie1-1/+1
2017-08-22crypto: rockchip - Don't dequeue the request when device is busyZain Wang1-73/+60
2017-08-03crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang1-0/+14
2017-08-03crypto: rockchip - move the crypto completion from interrupt contextZain Wang1-1/+1
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang1-0/+404