Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c295 if (!ops || !ops->cipher_ae) in crypto_ae()
298 return ops->cipher_ae(dev, ctx, in, len, aad, aad_len, out, tag); in crypto_ae()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h106 int (*cipher_ae)(struct udevice *dev, cipher_context *ctx, member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c1444 .cipher_ae = rockchip_crypto_ae,