OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetSslCipherSuite
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
sslstreamadapter.cc
57
bool SSLStreamAdapter::
GetSslCipherSuite
(int* cipher_suite) {
opensslstreamadapter.cc
377
bool OpenSSLStreamAdapter::
GetSslCipherSuite
(int* cipher_suite) {
[
all
...]
sslstreamadapter_unittest.cc
484
bool
GetSslCipherSuite
(bool client, int* retval) {
486
return client_ssl_->
GetSslCipherSuite
(retval);
488
return server_ssl_->
GetSslCipherSuite
(retval);
[
all
...]
/external/webrtc/webrtc/p2p/base/
transportchannel.h
125
virtual bool
GetSslCipherSuite
(int* cipher) { return false; }
dtlstransportchannel.cc
190
bool DtlsTransportChannelWrapper::
GetSslCipherSuite
(int* cipher) {
195
return dtls_->
GetSslCipherSuite
(cipher);
Completed in 596 milliseconds