Home
last modified time | relevance | path

Searched refs:CHUNKSZ_CRC32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Dhash.c301 .chunk_size = CHUNKSZ_CRC32,
591 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
H A Dimage.c219 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); in image_check_dcrc()
/openbmc/u-boot/include/
H A Dimage.h442 #ifndef CHUNKSZ_CRC32
443 #define CHUNKSZ_CRC32 (64 * 1024) macro
/openbmc/u-boot/common/spl/
H A Dspl.c553 spl_image->dcrc_length, CHUNKSZ_CRC32); in spl_load_image()