Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c126 if (!ops || !ops->sha_update) in crypto_sha_update()
129 return ops->sha_update(dev, input, len); in crypto_sha_update()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h85 int (*sha_update)(struct udevice *dev, u32 *input, u32 len); member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v1.c278 .sha_update = rockchip_crypto_sha_update,
H A Dcrypto_v2.c1431 .sha_update = rockchip_crypto_sha_update,