Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c206 if (!ops || !ops->hmac_final) in crypto_hmac_final()
209 return ops->hmac_final(dev, ctx, output); in crypto_hmac_final()
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c113 static int hmac_final(struct shash_desc *pdesc, u8 *out) in hmac_final() function
220 inst->alg.final = hmac_final; in hmac_create()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h95 int (*hmac_final)(struct udevice *dev, sha_context *ctx, u8 *output); member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c1439 .hmac_final = rockchip_crypto_hmac_final,