Home
last modified time | relevance | path

Searched refs:CHUNKSZ_MD5 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dmd5sum.c102 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum()
151 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum()
/openbmc/u-boot/include/
H A Dimage.h446 #ifndef CHUNKSZ_MD5
447 #define CHUNKSZ_MD5 (64 * 1024) macro