Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h62 # define IMAGE_ENABLE_CRC32 1 macro
72 # define IMAGE_ENABLE_CRC32 1 macro
77 #ifndef IMAGE_ENABLE_CRC32
78 #define IMAGE_ENABLE_CRC32 0 macro
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1186 if (IMAGE_ENABLE_CRC32 && strcmp(algo, "crc32") == 0) { in fit_calculate_hash()
1240 if (IMAGE_ENABLE_CRC32 && strcmp(algo, "crc32") == 0) { in hw_fit_calculate_hash()