Searched refs:crc32_be (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | crc32.c | 335 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) function 340 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) function 346 EXPORT_SYMBOL(crc32_be);
|
D | crc32test.c | 765 crc ^= crc32_be(test[i].crc, test_buf + in crc32_test() 779 if (test[i].crc_be != crc32_be(test[i].crc, test_buf + in crc32_test()
|
D | Kconfig | 148 and crc32_be over byte strings with random alignment and length
|
/lib/842/ |
D | 842_decompress.c | 385 if (crc != (u64)crc32_be(0, out, total - p.olen)) { in sw842_decompress()
|
D | 842_compress.c | 582 crc = crc32_be(0, in, ilen); in sw842_compress()
|