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

/external/chromium_org/content/common/
H A Dp2p_messages.h37 IPC_STRUCT_TRAITS_MEMBER(srtp_auth_key)
/external/chromium_org/third_party/webrtc/base/
H A Dasyncpacketsocket.h31 std::vector<char> srtp_auth_key; // Authentication key. member in struct:rtc::PacketTimeUpdateParams
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host.cc166 if (options.packet_time_params.srtp_auth_key.empty()) {
181 &options.packet_time_params.srtp_auth_key[0]),
182 options.packet_time_params.srtp_auth_key.size())) {
225 // if there is no valid |rtp_sendtime_extension_id| and |srtp_auth_key| in
228 options.packet_time_params.srtp_auth_key.empty()) {
H A Dsocket_host_unittest.cc327 options.packet_time_params.srtp_auth_key.resize(20);
328 options.packet_time_params.srtp_auth_key.assign(
360 options.packet_time_params.srtp_auth_key.resize(20);
361 options.packet_time_params.srtp_auth_key.assign(
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc480 options.packet_time_params.srtp_auth_key.resize(key_len);
481 options.packet_time_params.srtp_auth_key.assign(auth_key,

Completed in 1456 milliseconds