Home
last modified time | relevance | path

Searched refs:IMAGE_ENABLE_SIGN (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Dimage-sig.c38 #if IMAGE_ENABLE_SIGN
48 #if IMAGE_ENABLE_SIGN
59 #if IMAGE_ENABLE_SIGN
71 #if IMAGE_ENABLE_SIGN
/openbmc/u-boot/include/u-boot/
H A Drsa.h34 #if IMAGE_ENABLE_SIGN
/openbmc/u-boot/include/
H A Dimage.h1101 # define IMAGE_ENABLE_SIGN 1 macro
1105 # define IMAGE_ENABLE_SIGN 0 macro
1109 # define IMAGE_ENABLE_SIGN 0 macro
1160 #if IMAGE_ENABLE_SIGN
/openbmc/u-boot/tools/
H A Dimage-host.c340 } else if (IMAGE_ENABLE_SIGN && keydir && in fit_image_add_verification_data()
710 if (!IMAGE_ENABLE_SIGN || !keydir) in fit_add_verification_data()