Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcrypto.h291 int crypto_cipher(struct udevice *dev, cipher_context *ctx,
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c417 ret = crypto_cipher(dev, ctx, plain, cipher, in test_cipher_perf()
554 ret = crypto_cipher(dev, &ctx, test_data->plain, in test_cipher_result()
573 ret = crypto_cipher(dev, &ctx, test_data->cipher, in test_cipher_result()
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c307 int crypto_cipher(struct udevice *dev, cipher_context *ctx, in crypto_cipher() function