Home
last modified time | relevance | path

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

/external/u-boot/include/
Dimage.h423 #ifndef CHUNKSZ_SHA1
424 #define CHUNKSZ_SHA1 (64 * 1024) macro
/external/u-boot/common/
Dhash.c124 .chunk_size = CHUNKSZ_SHA1,
Dimage-fit.c1140 (unsigned char *)value, CHUNKSZ_SHA1); in calculate_hash()