Searched refs:ether_crc32_be_update (Results 1 – 2 of 2) sorted by relevance
384 u_int32_t ether_crc32_be_update(u_int32_t crc, const u_int8_t *, size_t);
771 ether_crc32_be_update(u_int_32_t crc, const u_int8_t *buf, size_t len)811 ether_crc32_be_update(u_int32_t crc, const u_int8_t *buf, size_t len) in ether_crc32_be_update() function845 return ether_crc32_be_update(0xffffffff, buf, len); in ether_crc32_be()