Home
last modified time | relevance | path

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

/webrtc/srtp/src/
H A Derror.rs48 SrtpSaltLength(usize, usize), enumerator
/webrtc/srtp/src/context/
H A Dmod.rs127 return Err(Error::SrtpSaltLength(salt_len, master_salt.len())); in new()