Home
last modified time | relevance | path

Searched refs:sha_init (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c113 if (!ops || !ops->sha_init) in crypto_sha_init()
116 return ops->sha_init(dev, ctx); in crypto_sha_init()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h84 int (*sha_init)(struct udevice *dev, sha_context *ctx); member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v1.c277 .sha_init = rockchip_crypto_sha_init,
H A Dcrypto_v2.c1430 .sha_init = rockchip_crypto_sha_init,