Home
last modified time | relevance | path

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

/webrtc/turn/src/proto/
H A Dchandata.rs9 fn nearest_padded_value_length(l: usize) -> usize { in nearest_padded_value_length() function
50 let padded = nearest_padded_value_length(self.raw.len()); in encode()
/webrtc/stun/src/attributes/
H A Dattributes_test.rs60 let got = nearest_padded_value_length(i); in test_padding()
/webrtc/stun/src/
H A Dintegrity.rs99 size_reduced += nearest_padded_value_length(a.length as usize); in check()
H A Dattributes.rs191 pub(crate) fn nearest_padded_value_length(l: usize) -> usize { in nearest_padded_value_length() function
H A Dmessage.rs203 let bytes_to_add = nearest_padded_value_length(v.len()) - v.len(); in add()
324 … let a_buff_l = nearest_padded_value_length(a_l); // expected buffer length (with padding) in decode()