Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dsha256.h10 #define CHUNKSZ_SHA256 (64 * 1024) macro
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c146 .chunk_size = CHUNKSZ_SHA256,
H A Dimage-fit.c1200 (unsigned char *)value, CHUNKSZ_SHA256); in fit_calculate_hash()