Searched refs:crc32_le (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | crc32.h | 11 extern u32 crc32_le(u32 crc, unsigned char const *p, size_t len); 14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length)
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | crc32.c | 61 u32 crc32_le(u32 crc, unsigned char const *p, size_t len); 69 u32 crc32_le(u32 crc, unsigned char const *p, size_t len) in crc32_le() function 81 u32 crc32_le(u32 crc, unsigned char const *p, size_t len) in crc32_le() function 247 EXPORT_SYMBOL(crc32_le); 459 crc1 = crc32_le(init, buf, len); in test_step() 463 crc2 = crc32_le(init, buf, len + 4); in test_step() 469 crc2 = crc32_le(init, buf, i); in test_step() 470 crc2 = crc32_le(crc2, buf + i, len + 4 - i); in test_step()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | android_ab.c | 26 return crc32(0, (void *)abc, offsetof(typeof(*abc), crc32_le)); in android_boot_control_compute_crc() 53 abc->crc32_le = android_boot_control_compute_crc(abc); in android_boot_control_default() 159 u32 crc32_le; in android_ab_select() local 174 crc32_le = android_boot_control_compute_crc(abc); in android_ab_select() 175 if (abc->crc32_le != crc32_le) { in android_ab_select() 178 crc32_le, abc->crc32_le); in android_ab_select() 263 abc->crc32_le = android_boot_control_compute_crc(abc); in android_ab_select()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | android_bootloader_message.h | 167 uint32_t crc32_le; member
|