Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/u-boot/
H A Dcrc.h17 uint32_t crc32_wd (uint32_t, const unsigned char *, uint, uint);
/rk3399_rockchip-uboot/lib/
H A Dcrc32.c230 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()
/rk3399_rockchip-uboot/common/
H A Dhash.c450 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
H A Dimage-fit.c1235 *((uint32_t *)value) = crc32_wd(0, data, data_len, in fit_calculate_hash()
1289 *((uint32_t *)value) = crc32_wd(0, data, data_len, in hw_fit_calculate_hash()
H A Dimage.c235 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); in image_check_dcrc()