Searched refs:crypto_cipher (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 291 int crypto_cipher(struct udevice *dev, cipher_context *ctx,
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 417 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 D | crypto-uclass.c | 307 int crypto_cipher(struct udevice *dev, cipher_context *ctx, in crypto_cipher() function
|