Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dintegrity.rs53 m.length += (MESSAGE_INTEGRITY_SIZE + ATTRIBUTE_HEADER_SIZE) as u32; in add_to()
64 pub(crate) const MESSAGE_INTEGRITY_SIZE: usize = 20; constant
110 - (ATTRIBUTE_HEADER_SIZE + MESSAGE_INTEGRITY_SIZE); in check()