Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcrypto.h320 int crypto_ae(struct udevice *dev, cipher_context *ctx,
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c335 int crypto_ae(struct udevice *dev, cipher_context *ctx, in crypto_ae() function
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c414 ret = crypto_ae(dev, ctx, plain, data_size, in test_cipher_perf()
549 ret = crypto_ae(dev, &ctx, in test_cipher_result()