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

/u-boot/common/
H A Dhash.c312 .chunk_size = CHUNKSZ_CRC32,
610 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
/u-boot/boot/
H A Dimage.c253 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
/u-boot/include/
H A Dimage.h437 #ifndef CHUNKSZ_CRC32
438 #define CHUNKSZ_CRC32 (64 * 1024) macro
/u-boot/common/spl/
H A Dspl.c583 spl_image->dcrc_length, CHUNKSZ_CRC32);

Completed in 47 milliseconds