HomeSort by relevance Sort by last modified time
    Searched refs:GetRtpAuthParams (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 135 bool GetRtpAuthParams(uint8** key, int* key_len, int* tag_len);
219 bool GetRtpAuthParams(uint8** key, int* key_len, int* tag_len);
srtpfilter.cc 260 bool SrtpFilter::GetRtpAuthParams(uint8** key, int* key_len, int* tag_len) {
262 LOG(LS_WARNING) << "Failed to GetRtpAuthParams: SRTP not active";
266 return send_session_->GetRtpAuthParams(key, key_len, tag_len);
591 bool SrtpSession::GetRtpAuthParams(uint8** key, int* key_len,
srtpfilter_unittest.cc 537 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len));
    [all...]
channel.cc 477 res = srtp_filter_.GetRtpAuthParams(
    [all...]

Completed in 383 milliseconds