OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_ciphers_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h
123
std::vector<PRUint16>
srtp_ciphers_
; // SRTP cipher list
member in class:talk_base::NSSStreamAdapter
opensslstreamadapter.h
207
std::string
srtp_ciphers_
;
member in class:talk_base::OpenSSLStreamAdapter
nssstreamadapter.cc
527
if (!
srtp_ciphers_
.empty()) {
528
rv = SSL_SetSRTPCiphers(ssl_fd_, &
srtp_ciphers_
[0],
srtp_ciphers_
.size());
909
srtp_ciphers_
= internal_ciphers;
opensslstreamadapter.cc
306
srtp_ciphers_
= internal_ciphers;
797
if (!
srtp_ciphers_
.empty()) {
798
if (SSL_CTX_set_tlsext_use_srtp(ctx,
srtp_ciphers_
.c_str())) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc
277
if (!
srtp_ciphers_
.empty()) {
278
if (!dtls_->SetDtlsSrtpCiphers(
srtp_ciphers_
)) {
292
if (
srtp_ciphers_
== ciphers)
328
srtp_ciphers_
= ciphers;
362
ASSERT(!
srtp_ciphers_
.empty());
500
ASSERT(!
srtp_ciphers_
.empty());
fakesession.h
227
srtp_ciphers_
= ciphers;
270
for (std::vector<std::string>::const_iterator it1 =
srtp_ciphers_
.begin();
271
it1 !=
srtp_ciphers_
.end(); ++it1) {
273
dest_->
srtp_ciphers_
.begin();
274
it2 != dest_->
srtp_ciphers_
.end(); ++it2) {
300
std::vector<std::string>
srtp_ciphers_
;
member in class:cricket::FakeTransportChannel
dtlstransportchannel.h
245
std::vector<std::string>
srtp_ciphers_
; // SRTP ciphers to use with DTLS.
member in class:cricket::DtlsTransportChannelWrapper
Completed in 743 milliseconds