Searched refs:GetRtpAuthParams (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/talk/session/media/
H A Dsrtpfilter.h136 bool GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len);
224 bool GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len);
H A Dsrtpfilter.cc271 bool SrtpFilter::GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len) { function in class:cricket::SrtpFilter
273 LOG(LS_WARNING) << "Failed to GetRtpAuthParams: SRTP not active";
278 return send_session_->GetRtpAuthParams(key, key_len, tag_len);
624 bool SrtpSession::GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len) { function in class:cricket::SrtpSession
H A Dsrtpfilter_unittest.cc567 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len));
H A Dchannel.cc619 res = srtp_filter_.GetRtpAuthParams(

Completed in 129 milliseconds