Searched refs:SrtpSaltLength (Results 1 – 2 of 2) sorted by relevance
| /webrtc/srtp/src/ | ||
| H A D | error.rs | 48 SrtpSaltLength(usize, usize), enumerator |
| /webrtc/srtp/src/context/ | ||
| H A D | mod.rs | 127 return Err(Error::SrtpSaltLength(salt_len, master_salt.len())); in new() |