Home
last modified time | relevance | path

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

/external/u-boot/include/u-boot/
Dsha256.h10 #define CHUNKSZ_SHA256 (64 * 1024) macro
/external/u-boot/common/
Dhash.c145 .chunk_size = CHUNKSZ_SHA256,
Dimage-fit.c1144 (unsigned char *)value, CHUNKSZ_SHA256); in calculate_hash()