Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h68 # define IMAGE_ENABLE_SHA1 1 macro
74 # define IMAGE_ENABLE_SHA1 1 macro
85 #ifndef IMAGE_ENABLE_SHA1
86 #define IMAGE_ENABLE_SHA1 0 macro
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1192 } else if (IMAGE_ENABLE_SHA1 && strcmp(algo, "sha1") == 0) { in fit_calculate_hash()
1245 } else if (IMAGE_ENABLE_SHA1 && strcmp(algo, "sha1") == 0) { in hw_fit_calculate_hash()