Searched refs:crc32_wd (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/u-boot/ |
D | crc.h | 16 uint32_t crc32_wd (uint32_t, const unsigned char *, uint, uint);
|
/external/u-boot/lib/ |
D | crc32.c | 230 uint32_t ZEXPORT crc32_wd (uint32_t crc, in crc32_wd() function 260 crc = crc32_wd(0, input, ilen, chunk_sz); in crc32_wd_buf()
|
/external/u-boot/common/ |
D | hash.c | 454 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
|
D | image.c | 216 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); in image_check_dcrc()
|
D | image-fit.c | 1134 *((uint32_t *)value) = crc32_wd(0, data, data_len, in calculate_hash()
|