OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDtlsSrtpCipher
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h
92
virtual bool
GetDtlsSrtpCipher
(std::string* cipher);
sslstreamadapter.h
175
virtual bool
GetDtlsSrtpCipher
(std::string* cipher) {
opensslstreamadapter.h
113
virtual bool
GetDtlsSrtpCipher
(std::string* cipher);
sslstreamadapter_unittest.cc
385
bool
GetDtlsSrtpCipher
(bool client, std::string *retval) {
387
return client_ssl_->
GetDtlsSrtpCipher
(retval);
389
return server_ssl_->
GetDtlsSrtpCipher
(retval);
804
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher));
806
ASSERT_TRUE(
GetDtlsSrtpCipher
(false, &server_cipher));
822
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher));
824
ASSERT_TRUE(
GetDtlsSrtpCipher
(false, &server_cipher));
843
ASSERT_FALSE(
GetDtlsSrtpCipher
(true, &client_cipher));
845
ASSERT_FALSE(
GetDtlsSrtpCipher
(false, &server_cipher));
859
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher))
[
all
...]
nssstreamadapter.cc
917
bool NSSStreamAdapter::
GetDtlsSrtpCipher
(std::string* cipher) {
opensslstreamadapter.cc
313
bool OpenSSLStreamAdapter::
GetDtlsSrtpCipher
(std::string* cipher) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc
300
if (!dtls_->
GetDtlsSrtpCipher
(¤t_srtp_cipher)) {
337
return dtls_->
GetDtlsSrtpCipher
(cipher);
Completed in 161 milliseconds