Searched refs:cipher_ae (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | crypto-uclass.c | 295 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 D | crypto.h | 106 int (*cipher_ae)(struct udevice *dev, cipher_context *ctx, member
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 1444 .cipher_ae = rockchip_crypto_ae,
|