Searched refs:crc32_be (Results 1 – 2 of 2) sorted by relevance
251 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) function256 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) function262 EXPORT_SYMBOL(crc32_be);1068 crc ^= crc32_be(test[i].crc, test_buf +1082 if (test[i].crc_be != crc32_be(test[i].crc, test_buf +
96 and crc32_be over byte strings with random alignment and length