Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/u-boot/
H A Drsa.h85 #if IMAGE_ENABLE_VERIFY || defined(CONFIG_SPL_FIT_SIGNATURE)
/rk3399_rockchip-uboot/include/
H A Dimage.h1127 # define IMAGE_ENABLE_VERIFY 1 macro
1131 # define IMAGE_ENABLE_VERIFY 1 macro
1135 # define IMAGE_ENABLE_VERIFY 0 macro
1181 #if IMAGE_ENABLE_VERIFY
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1417 if (IMAGE_ENABLE_VERIFY && in fit_image_verify_with_data()
1439 } else if (IMAGE_ENABLE_VERIFY && verify_all && in fit_image_verify_with_data()
2251 if (IMAGE_ENABLE_VERIFY) { in fit_image_load_index()