Home
last modified time | relevance | path

Searched refs:CHUNKSZ_SHA1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h427 #ifndef CHUNKSZ_SHA1
428 #define CHUNKSZ_SHA1 (64 * 1024) macro
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c125 .chunk_size = CHUNKSZ_SHA1,
H A Dimage-fit.c1194 (unsigned char *)value, CHUNKSZ_SHA1); in fit_calculate_hash()