Searched refs:GetRtpAuthParams (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/pc/ |
D | srtp_transport.cc | 152 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()
|
D | srtp_session.h | 76 bool GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len);
|
D | srtp_transport.h | 104 bool GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len);
|
D | srtp_session.cc | 175 bool SrtpSession::GetRtpAuthParams(uint8_t** key, int* key_len, int* tag_len) { in GetRtpAuthParams() function in cricket::SrtpSession
|
D | srtp_transport_unittest.cc | 111 EXPECT_TRUE(transport->GetRtpAuthParams(&auth_key, &key_len, &tag_len)); in TestRtpAuthParams()
|