Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1119 # define IMAGE_ENABLE_VERIFY 1 macro
1123 # define IMAGE_ENABLE_VERIFY 1 macro
1127 # define IMAGE_ENABLE_VERIFY 0 macro
1173 #if IMAGE_ENABLE_VERIFY
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Drsa.h85 #if IMAGE_ENABLE_VERIFY || defined(CONFIG_SPL_FIT_SIGNATURE)
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1369 if (IMAGE_ENABLE_VERIFY && in fit_image_verify_with_data()
1391 } else if (IMAGE_ENABLE_VERIFY && verify_all && in fit_image_verify_with_data()
2097 if (IMAGE_ENABLE_VERIFY) { in fit_image_load_index()