OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDtlsSrtpCipher
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.h
162
virtual bool
GetDtlsSrtpCipher
(std::string* cipher) {
opensslstreamadapter.cc
302
bool OpenSSLStreamAdapter::
GetDtlsSrtpCipher
(std::string* cipher) {
nssstreamadapter.cc
941
bool NSSStreamAdapter::
GetDtlsSrtpCipher
(std::string* cipher) {
sslstreamadapter_unittest.cc
402
bool
GetDtlsSrtpCipher
(bool client, std::string *retval) {
404
return client_ssl_->
GetDtlsSrtpCipher
(retval);
406
return server_ssl_->
GetDtlsSrtpCipher
(retval);
810
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher));
812
ASSERT_TRUE(
GetDtlsSrtpCipher
(false, &server_cipher));
828
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher));
830
ASSERT_TRUE(
GetDtlsSrtpCipher
(false, &server_cipher));
849
ASSERT_FALSE(
GetDtlsSrtpCipher
(true, &client_cipher));
851
ASSERT_FALSE(
GetDtlsSrtpCipher
(false, &server_cipher));
865
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher))
[
all
...]
/external/chromium_org/third_party/webrtc/base/
sslstreamadapter.h
145
virtual bool
GetDtlsSrtpCipher
(std::string* cipher) {
opensslstreamadapter.cc
285
bool OpenSSLStreamAdapter::
GetDtlsSrtpCipher
(std::string* cipher) {
nssstreamadapter.cc
923
bool NSSStreamAdapter::
GetDtlsSrtpCipher
(std::string* cipher) {
sslstreamadapter_unittest.cc
384
bool
GetDtlsSrtpCipher
(bool client, std::string *retval) {
386
return client_ssl_->
GetDtlsSrtpCipher
(retval);
388
return server_ssl_->
GetDtlsSrtpCipher
(retval);
792
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher));
794
ASSERT_TRUE(
GetDtlsSrtpCipher
(false, &server_cipher));
810
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher));
812
ASSERT_TRUE(
GetDtlsSrtpCipher
(false, &server_cipher));
831
ASSERT_FALSE(
GetDtlsSrtpCipher
(true, &client_cipher));
833
ASSERT_FALSE(
GetDtlsSrtpCipher
(false, &server_cipher));
847
ASSERT_TRUE(
GetDtlsSrtpCipher
(true, &client_cipher))
[
all
...]
Completed in 72 milliseconds