Home
last modified time | relevance | path

Searched refs:crc32_wd (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dcrc.h30 uint32_t crc32_wd (uint32_t, const unsigned char *, uint, uint);
/openbmc/u-boot/lib/
H A Dcrc32.c234 uint32_t crc32_wd(uint32_t crc, const unsigned char *buf, uInt len, in crc32_wd() function
263 crc = crc32_wd(0, input, ilen, chunk_sz); in crc32_wd_buf()
/openbmc/u-boot/common/
H A Dhash.c591 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/common/spl/
H A Dspl.c552 ulong dcrc = crc32_wd(0, (unsigned char *)spl_image->dcrc_data, in spl_load_image()