Home
last modified time | relevance | path

Searched refs:cipher_mac (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c283 if (!ops || !ops->cipher_mac) in crypto_mac()
286 return ops->cipher_mac(dev, ctx, in, len, tag); in crypto_mac()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h102 int (*cipher_mac)(struct udevice *dev, cipher_context *ctx, member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c1443 .cipher_mac = rockchip_crypto_mac,