Searched refs:hmac_update (Results 1 – 4 of 4) sorted by relevance
196 if (!ops || !ops->hmac_update) in crypto_hmac_update()199 return ops->hmac_update(dev, input, len); in crypto_hmac_update()
105 static int hmac_update(struct shash_desc *pdesc, in hmac_update() function219 inst->alg.update = hmac_update; in hmac_create()
94 int (*hmac_update)(struct udevice *dev, u32 *input, u32 len); member
1438 .hmac_update = rockchip_crypto_hmac_update,