Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c210 if (!ops || !ops->hmac_init) in crypto_hmac_init()
213 return ops->hmac_init(dev, ctx, key, key_len); in crypto_hmac_init()
/rk3399_rockchip-uboot/include/
H A Dcrypto.h118 int (*hmac_init)(struct udevice *dev, sha_context *ctx, member
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c1070 .hmac_init = rockchip_crypto_hmac_init,
H A Dcrypto_v2.c1584 .hmac_init = rockchip_crypto_hmac_init,