Home
last modified time | relevance | path

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

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