Searched refs:crc32_wd (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | crc32.su | |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | crc32.su | |
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | crc.h | 17 uint32_t crc32_wd (uint32_t, const unsigned char *, uint, uint);
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hash.c | 450 crc = crc32_wd(0, (const uchar *)addr, len, CHUNKSZ_CRC32);
|
| H A D | image-fit.c | 1187 *((uint32_t *)value) = crc32_wd(0, data, data_len, in fit_calculate_hash() 1241 *((uint32_t *)value) = crc32_wd(0, data, data_len, in hw_fit_calculate_hash()
|
| H A D | image.c | 235 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); in image_check_dcrc()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |