OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FromPEMStrings
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.cc
118
SSLIdentity* SSLIdentity::
FromPEMStrings
(const std::string& private_key,
133
SSLIdentity* SSLIdentity::
FromPEMStrings
(const std::string& private_key,
135
return OpenSSLIdentity::
FromPEMStrings
(private_key, certificate);
148
SSLIdentity* SSLIdentity::
FromPEMStrings
(const std::string& private_key,
150
return NSSIdentity::
FromPEMStrings
(private_key, certificate);
nssidentity.cc
411
SSLIdentity* NSSIdentity::
FromPEMStrings
(const std::string& private_key,
opensslidentity.cc
336
SSLIdentity* OpenSSLIdentity::
FromPEMStrings
(
Completed in 43 milliseconds