Home
last modified time | relevance | path

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

/openbmc/u-boot/include/u-boot/
H A Drsa.h84 #if IMAGE_ENABLE_VERIFY
/openbmc/u-boot/include/
H A Dimage.h1102 # define IMAGE_ENABLE_VERIFY 1 macro
1106 # define IMAGE_ENABLE_VERIFY 1 macro
1110 # define IMAGE_ENABLE_VERIFY 0 macro
1152 #if IMAGE_ENABLE_VERIFY
/openbmc/u-boot/common/
H A Dimage-fit.c1211 if (IMAGE_ENABLE_VERIFY && in fit_image_verify_with_data()
1233 } else if (IMAGE_ENABLE_VERIFY && verify_all && in fit_image_verify_with_data()
1852 if (IMAGE_ENABLE_VERIFY && images->verify) { in fit_image_load()