Home
last modified time | relevance | path

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

/webrtc/srtp/src/context/
H A Dsrtp.rs27 return Err(Error::SsrcMissingFromSrtp(header.ssrc)); in decrypt_rtp_with_header()
61 return Err(Error::SsrcMissingFromSrtp(header.ssrc)); in encrypt_rtp_with_header()
/webrtc/srtp/src/
H A Derror.rs52 SsrcMissingFromSrtp(u32), enumerator