Searched refs:cipher_addr (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 154 ulong cipher_addr, size_t cipher_sz, in spl_fit_image_uncipher() argument 219 ret = crypto_fw_cipher(dev, &ctx, (void *)cipher_addr, in spl_fit_image_uncipher() 292 ulong cipher_addr; in spl_load_fit_image() local 294 if (fit_image_get_cipher_addr(fit, node, &cipher_addr)) in spl_load_fit_image() 295 cipher_addr = comp_addr + FIT_MAX_SPL_IMAGE_SZ; in spl_load_fit_image() 361 memcpy((void *)cipher_addr, src, length); in spl_load_fit_image() 362 if (spl_fit_image_uncipher(fit, node, cipher_addr, length, (ulong)src)) in spl_load_fit_image()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1579 ulong cipher_addr, size_t cipher_sz, in fit_image_uncipher() argument 1627 (u32)cipher_addr, (u32)uncipher_addr, in fit_image_uncipher()
|