summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rockchip/rk3288_crypto_ahash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: rockchip - Add support for RK3399Corentin Labbe2022-10-281-21/+16
* crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe2022-10-281-5/+3
* crypto: rockchip - store crypto_info in request contextCorentin Labbe2022-10-281-8/+6
* crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe2022-10-281-10/+13
* crypto: rockchip - fix style issueCorentin Labbe2022-10-281-6/+6
* crypto: rockchip - use read_poll_timeoutCorentin Labbe2022-10-281-12/+12
* crypto: rockchip - introduce PMCorentin Labbe2022-10-281-0/+10
* crypto: rockchip - add debugfsCorentin Labbe2022-10-281-0/+8
* crypto: rockchip - rewrite typeCorentin Labbe2022-10-281-3/+3
* crypto: rockchip - rework by using crypto_engineCorentin Labbe2022-10-281-66/+78
* crypto: rockchip - remove non-aligned handlingCorentin Labbe2022-10-281-16/+6
* crypto: rockchip - add fallback for ahashCorentin Labbe2022-10-281-0/+38
* crypto: rockchip - do not do custom power managementCorentin Labbe2022-10-281-2/+1
* crypto: rockchip - delete unneeded variable initializationKai Ye2021-04-091-1/+1
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* crypto: rockchip - fix scatterlist nents errorZhang Zhijie2019-02-221-1/+1
* crypto: rockchip - Don't dequeue the request when device is busyZain Wang2017-08-221-73/+60
* crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang2017-08-031-0/+14
* crypto: rockchip - move the crypto completion from interrupt contextZain Wang2017-08-031-1/+1
* crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-281-0/+404