Searched refs:crc32_wd (Results 1 – 6 of 6) sorted by relevance
/u-boot/include/u-boot/ |
A D | crc.h | 68 uint32_t crc32_wd(uint32_t crc, const unsigned char *buf, uint len,
|
/u-boot/lib/ |
A D | crc32.c | 235 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 D | hash.c | 605 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
|
A D | image.c | 251 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); in image_check_dcrc()
|
A D | image-fit.c | 1217 *((uint32_t *)value) = crc32_wd(0, data, data_len, in calculate_hash()
|
/u-boot/common/spl/ |
A D | spl.c | 536 ulong dcrc = crc32_wd(0, (unsigned char *)spl_image->dcrc_data, in spl_load_image()
|
Completed in 20 milliseconds