OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FromPEMStrings
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
sslidentity.cc
170
SSLIdentity* SSLIdentity::
FromPEMStrings
(const std::string& private_key,
172
return OpenSSLIdentity::
FromPEMStrings
(private_key, certificate);
opensslidentity.cc
432
SSLIdentity* OpenSSLIdentity::
FromPEMStrings
(
Completed in 481 milliseconds