Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c183 if (!ops || !ops->hmac_init) in crypto_hmac_init()
186 return ops->hmac_init(dev, ctx, key, key_len); in crypto_hmac_init()
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c100 static int hmac_init(struct shash_desc *pdesc) in hmac_init() function
218 inst->alg.init = hmac_init; in hmac_create()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h92 int (*hmac_init)(struct udevice *dev, sha_context *ctx, member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c1437 .hmac_init = rockchip_crypto_hmac_init,