OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_auth_key
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/common/
p2p_messages.h
37
IPC_STRUCT_TRAITS_MEMBER(
srtp_auth_key
)
/external/chromium_org/third_party/webrtc/base/
asyncpacketsocket.h
31
std::vector<char>
srtp_auth_key
; // Authentication key.
member in struct:rtc::PacketTimeUpdateParams
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc
166
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()) {
socket_host_unittest.cc
327
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/
channel.cc
480
options.packet_time_params.
srtp_auth_key
.resize(key_len);
481
options.packet_time_params.
srtp_auth_key
.assign(auth_key,
[
all
...]
Completed in 563 milliseconds