Home
last modified time | relevance | path

Searched refs:crc32_le (Results 1 – 3 of 3) sorted by relevance

/lib/
Dcrc32.c185 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) function
194 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) function
205 EXPORT_SYMBOL(crc32_le);
1075 crc ^= crc32_le(test[i].crc, test_buf +
1088 if (test[i].crc_le != crc32_le(test[i].crc, test_buf +
1122 crc_full = crc32_le(test[i].crc, test_buf + test[i].start,
1128 crc1 = crc32_le(test[i].crc, test_buf +
1130 crc2 = crc32_le(0, test_buf + test[i].start +
DKconfig111 self test on initialization. The self test computes crc32_le
/lib/xz/
Dxz_stream.h17 (~crc32_le(~(uint32_t)(crc), buf, size))