Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_unittest.cc327 options.packet_time_params.srtp_auth_key.resize(20); in TEST()
328 options.packet_time_params.srtp_auth_key.assign( in TEST()
360 options.packet_time_params.srtp_auth_key.resize(20); in TEST()
361 options.packet_time_params.srtp_auth_key.assign( in TEST()
Dsocket_host.cc166 if (options.packet_time_params.srtp_auth_key.empty()) { in UpdateRtpAuthTag()
181 &options.packet_time_params.srtp_auth_key[0]), in UpdateRtpAuthTag()
182 options.packet_time_params.srtp_auth_key.size())) { in UpdateRtpAuthTag()
228 options.packet_time_params.srtp_auth_key.empty()) { in ApplyPacketOptions()
/external/chromium_org/content/common/
Dp2p_messages.h37 IPC_STRUCT_TRAITS_MEMBER(srtp_auth_key)
/external/chromium_org/third_party/webrtc/base/
Dasyncpacketsocket.h31 std::vector<char> srtp_auth_key; // Authentication key. member
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc480 options.packet_time_params.srtp_auth_key.resize(key_len); in SendPacket()
481 options.packet_time_params.srtp_auth_key.assign(auth_key, in SendPacket()