Home
last modified time | relevance | path

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

/webrtc/sctp/src/
H A Dutil.rs12 pub(crate) static FOUR_ZEROES: Bytes = Bytes::from_static(&[0, 0, 0, 0]); variable
20 digest.update(&FOUR_ZEROES[..]); in generate_packet_checksum()