Home
last modified time | relevance | path

Searched refs:calculate_crc32c (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_crc32.c717 calculate_crc32c(uint32_t crc32c, in calculate_crc32c() function
783 base = calculate_crc32c(base, in sctp_calculate_cksum()
789 base = calculate_crc32c(base, in sctp_calculate_cksum()
Dsctp_crc32.h52 uint32_t calculate_crc32c(uint32_t, const unsigned char *, unsigned int);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c3288 base = calculate_crc32c(0xffffffff, (unsigned char *)buffer, (unsigned int) length);