Searched refs:hmac_init (Results 1 – 4 of 4) sorted by relevance
183 if (!ops || !ops->hmac_init) in crypto_hmac_init()186 return ops->hmac_init(dev, ctx, key, key_len); in crypto_hmac_init()
100 static int hmac_init(struct shash_desc *pdesc) in hmac_init() function218 inst->alg.init = hmac_init; in hmac_create()
92 int (*hmac_init)(struct udevice *dev, sha_context *ctx, member
1437 .hmac_init = rockchip_crypto_hmac_init,