Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dintegrity.rs109 let start_of_hmac = MESSAGE_HEADER_SIZE + m.length as usize in check() localVariable
111 let b = &m.raw[..start_of_hmac]; // data before integrity attribute in check()