Searched refs:IMAGE_ENABLE_DECRYPT (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/u-boot/
H A Daes.h33 #if IMAGE_ENABLE_DECRYPT
44 #endif /* IMAGE_ENABLE_DECRYPT */
/u-boot/include/
H A Dimage.h1763 # define IMAGE_ENABLE_DECRYPT 1 macro
1767 # define IMAGE_ENABLE_DECRYPT 0 macro
1771 # define IMAGE_ENABLE_DECRYPT CONFIG_IS_ENABLED(FIT_CIPHER) macro
/u-boot/boot/
H A Dimage-fit.c2211 if (IS_ENABLED(CONFIG_FIT_CIPHER) && IMAGE_ENABLE_DECRYPT) {

Completed in 190 milliseconds