Home
last modified time | relevance | path

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

/u-boot/include/u-boot/
A Dcrc.h68 uint32_t crc32_wd(uint32_t crc, const unsigned char *buf, uint len,
/u-boot/lib/
A Dcrc32.c235 uint32_t crc32_wd(uint32_t crc, const unsigned char *buf, uInt len, in crc32_wd() function
264 crc = crc32_wd(0, input, ilen, chunk_sz); in crc32_wd_buf()
/u-boot/common/
A Dhash.c605 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
A Dimage.c251 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); in image_check_dcrc()
A Dimage-fit.c1217 *((uint32_t *)value) = crc32_wd(0, data, data_len, in calculate_hash()
/u-boot/common/spl/
A Dspl.c536 ulong dcrc = crc32_wd(0, (unsigned char *)spl_image->dcrc_data, in spl_load_image()

Completed in 20 milliseconds