Home
last modified time | relevance | path

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

/external/u-boot/include/u-boot/
Drsa.h84 #if IMAGE_ENABLE_VERIFY
/external/u-boot/include/
Dimage.h1068 # define IMAGE_ENABLE_VERIFY 1 macro
1072 # define IMAGE_ENABLE_VERIFY 1 macro
1076 # define IMAGE_ENABLE_VERIFY 0 macro
1117 #if IMAGE_ENABLE_VERIFY
/external/u-boot/common/
Dimage-fit.c1213 if (IMAGE_ENABLE_VERIFY && in fit_image_verify_with_data()
1235 } else if (IMAGE_ENABLE_VERIFY && verify_all && in fit_image_verify_with_data()
1846 if (IMAGE_ENABLE_VERIFY && images->verify) { in fit_image_load()