Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-cipher.c71 int cipher_noffset) in fit_image_setup_decrypt() argument
86 if (fit_image_cipher_get_algo(fit, cipher_noffset, &algo_name)) { in fit_image_setup_decrypt()
92 info->keyname = fdt_getprop(fit, cipher_noffset, FIT_KEY_HINT, NULL); in fit_image_setup_decrypt()
98 info->iv = fdt_getprop(fit, cipher_noffset, "iv", NULL); in fit_image_setup_decrypt()
99 info->ivname = fdt_getprop(fit, cipher_noffset, "iv-name-hint", NULL); in fit_image_setup_decrypt()
159 int image_noffset, int cipher_noffset, in fit_image_decrypt_data() argument
167 cipher_noffset); in fit_image_decrypt_data()
A Dimage-fit.c1454 int cipher_noffset, ret; in fit_image_uncipher() local
1458 cipher_noffset = fdt_subnode_offset(fit, image_noffset, in fit_image_uncipher()
1460 if (cipher_noffset < 0) in fit_image_uncipher()
1463 ret = fit_image_decrypt_data(fit, image_noffset, cipher_noffset, in fit_image_uncipher()
/u-boot/include/
A Dimage.h1419 int image_noffset, int cipher_noffset,

Completed in 12 milliseconds