Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/u-boot/
H A Drsa.h35 #if IMAGE_ENABLE_SIGN
/rk3399_rockchip-uboot/include/
H A Dimage.h1126 # define IMAGE_ENABLE_SIGN 1 macro
1130 # define IMAGE_ENABLE_SIGN 0 macro
1134 # define IMAGE_ENABLE_SIGN 0 macro
1189 #if IMAGE_ENABLE_SIGN
/rk3399_rockchip-uboot/common/
H A Dimage-sig.c51 #if IMAGE_ENABLE_SIGN
61 #if IMAGE_ENABLE_SIGN
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c335 } else if (IMAGE_ENABLE_SIGN && keydir && in fit_image_add_verification_data()
729 if (!IMAGE_ENABLE_SIGN || !keydir) in fit_add_verification_data()