Home
last modified time | relevance | path

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

/webrtc/srtp/src/
H A Derror.rs66 SrtpTooSmall(usize, usize), enumerator
/webrtc/srtp/src/cipher/
H A Dcipher_aes_cm_hmac_sha1.rs210 return Err(Error::SrtpTooSmall(encrypted.len(), self.auth_tag_len())); in decrypt_rtp()