Home
last modified time | relevance | path

Searched refs:crc32_be (Results 1 – 5 of 5) sorted by relevance

/lib/
Dcrc32.c335 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);
Dcrc32test.c765 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()
DKconfig148 and crc32_be over byte strings with random alignment and length
/lib/842/
D842_decompress.c385 if (crc != (u64)crc32_be(0, out, total - p.olen)) { in sw842_decompress()
D842_compress.c582 crc = crc32_be(0, in, ilen); in sw842_compress()