Home
last modified time | relevance | path

Searched refs:GetRtpAuthParams (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/
Dsrtp_transport.cc152 res = GetRtpAuthParams( in SendRtpPacket()
437 bool SrtpTransport::GetRtpAuthParams(uint8_t** key, in GetRtpAuthParams() function in webrtc::SrtpTransport
446 return send_session_->GetRtpAuthParams(key, key_len, tag_len); in GetRtpAuthParams()
Dsrtp_session.h76 bool GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len);
Dsrtp_transport.h104 bool GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len);
Dsrtp_session.cc175 bool SrtpSession::GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len) { in GetRtpAuthParams() function in cricket::SrtpSession
Dsrtp_transport_unittest.cc111 EXPECT_TRUE(transport->GetRtpAuthParams(&auth_key, &key_len, &tag_len)); in TestRtpAuthParams()