Searched refs:cipher_ae (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 341 if (!ops || !ops->cipher_ae) in crypto_ae() 347 return ops->cipher_ae(dev, ctx, in, len, aad, aad_len, out, tag); in crypto_ae()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 132 int (*cipher_ae)(struct udevice *dev, cipher_context *ctx, member
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 1083 .cipher_ae = rockchip_crypto_ae,
|
| H A D | crypto_v2.c | 1591 .cipher_ae = rockchip_crypto_ae,
|