Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcrypto.h335 int crypto_fw_cipher(struct udevice *dev, cipher_fw_context *ctx,
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c350 int crypto_fw_cipher(struct udevice *dev, cipher_fw_context *ctx, in crypto_fw_cipher() function
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c219 ret = crypto_fw_cipher(dev, &ctx, (void *)cipher_addr, in spl_fit_image_uncipher()