Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h65 # define IMAGE_ENABLE_MD5 1 macro
73 # define IMAGE_ENABLE_MD5 1 macro
81 #ifndef IMAGE_ENABLE_MD5
82 #define IMAGE_ENABLE_MD5 0 macro
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1204 } else if (IMAGE_ENABLE_MD5 && strcmp(algo, "md5") == 0) { in fit_calculate_hash()
1251 } else if (IMAGE_ENABLE_MD5 && strcmp(algo, "md5") == 0) { in hw_fit_calculate_hash()