Searched refs:crc32_le (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | crc32test.c | 762 crc ^= crc32_le(test[i].crc, test_buf + in crc32_test() 775 if (test[i].crc_le != crc32_le(test[i].crc, test_buf + in crc32_test() 809 crc_full = crc32_le(test[i].crc, test_buf + test[i].start, in crc32_combine_test() 815 crc1 = crc32_le(test[i].crc, test_buf + in crc32_combine_test() 817 crc2 = crc32_le(0, test_buf + test[i].start + in crc32_combine_test()
|
D | crc32.c | 186 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len) function 195 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len) function 206 EXPORT_SYMBOL(crc32_le); 209 u32 __pure crc32_le_base(u32, unsigned char const *, size_t) __alias(crc32_le);
|
D | Kconfig | 147 self test on initialization. The self test computes crc32_le
|
/lib/xz/ |
D | xz_stream.h | 17 (~crc32_le(~(uint32_t)(crc), buf, size))
|