Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c196 if (!ops || !ops->hmac_update) in crypto_hmac_update()
199 return ops->hmac_update(dev, input, len); in crypto_hmac_update()
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c105 static int hmac_update(struct shash_desc *pdesc, in hmac_update() function
219 inst->alg.update = hmac_update; in hmac_create()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h94 int (*hmac_update)(struct udevice *dev, u32 *input, u32 len); member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c1438 .hmac_update = rockchip_crypto_hmac_update,