Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1240 } else if (IMAGE_ENABLE_SHA1 && strcmp(algo, "sha1") == 0) { in fit_calculate_hash()
1293 } else if (IMAGE_ENABLE_SHA1 && strcmp(algo, "sha1") == 0) { in hw_fit_calculate_hash()