Home
last modified time | relevance | path

Searched refs:IMAGE_ENABLE_SHA256 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h91 #define IMAGE_ENABLE_SHA256 1 macro
93 #define IMAGE_ENABLE_SHA256 0 macro
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1198 } else if (IMAGE_ENABLE_SHA256 && strcmp(algo, "sha256") == 0) { in fit_calculate_hash()
1248 } else if (IMAGE_ENABLE_SHA256 && strcmp(algo, "sha256") == 0) { in hw_fit_calculate_hash()