OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDtlsSrtpCryptoSuite
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
sslstreamadapter.cc
75
bool SSLStreamAdapter::
GetDtlsSrtpCryptoSuite
(int* crypto_suite) {
opensslstreamadapter.cc
451
bool OpenSSLStreamAdapter::
GetDtlsSrtpCryptoSuite
(int* crypto_suite) {
[
all
...]
sslstreamadapter_unittest.cc
470
bool
GetDtlsSrtpCryptoSuite
(bool client, int* retval) {
472
return client_ssl_->
GetDtlsSrtpCryptoSuite
(retval);
474
return server_ssl_->
GetDtlsSrtpCryptoSuite
(retval);
917
ASSERT_TRUE(
GetDtlsSrtpCryptoSuite
(true, &client_cipher));
919
ASSERT_TRUE(
GetDtlsSrtpCryptoSuite
(false, &server_cipher));
935
ASSERT_TRUE(
GetDtlsSrtpCryptoSuite
(true, &client_cipher));
937
ASSERT_TRUE(
GetDtlsSrtpCryptoSuite
(false, &server_cipher));
956
ASSERT_FALSE(
GetDtlsSrtpCryptoSuite
(true, &client_cipher));
958
ASSERT_FALSE(
GetDtlsSrtpCryptoSuite
(false, &server_cipher));
972
ASSERT_TRUE(
GetDtlsSrtpCryptoSuite
(true, &client_cipher))
[
all
...]
Completed in 58 milliseconds