Home
last modified time | relevance | path

Searched refs:srtp_auth_key (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/media/base/
Drtp_utils.cc83 if (packet_time_params.srtp_auth_key.empty()) { in UpdateRtpAuthTag()
108 rtc::ComputeHmac(rtc::DIGEST_SHA_1, &packet_time_params.srtp_auth_key[0], in UpdateRtpAuthTag()
109 packet_time_params.srtp_auth_key.size(), rtp, in UpdateRtpAuthTag()
518 packet_time_params.srtp_auth_key.empty()) { in ApplyPacketOptions()
Drtp_utils_unittest.cc308 packet_time_params.srtp_auth_key.assign(kTestKey, in TEST()
365 packet_time_params.srtp_auth_key.assign(kTestKey, in TEST()
/external/webrtc/rtc_base/
Dasync_packet_socket.h35 std::vector<char> srtp_auth_key; // Authentication key. member
/external/webrtc/pc/
Dsrtp_transport.cc156 updated_options.packet_time_params.srtp_auth_key.resize(key_len); in SendRtpPacket()
157 updated_options.packet_time_params.srtp_auth_key.assign( in SendRtpPacket()