Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1118 # define IMAGE_ENABLE_SIGN 1 macro
1122 # define IMAGE_ENABLE_SIGN 0 macro
1126 # define IMAGE_ENABLE_SIGN 0 macro
1181 #if IMAGE_ENABLE_SIGN
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Drsa.h35 #if IMAGE_ENABLE_SIGN
/OK3568_Linux_fs/u-boot/common/
H A Dimage-sig.c51 #if IMAGE_ENABLE_SIGN
61 #if IMAGE_ENABLE_SIGN
/OK3568_Linux_fs/u-boot/tools/
H A Dimage-host.c335 } else if (IMAGE_ENABLE_SIGN && keydir && in fit_image_add_verification_data()
712 if (!IMAGE_ENABLE_SIGN || !keydir) in fit_add_verification_data()