OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pem_type
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
sslidentity.cc
91
bool SSLIdentity::PemToDer(const std::string&
pem_type
,
96
size_t header = pem_string.find("-----BEGIN " +
pem_type
+ "-----");
104
size_t trailer = pem_string.find("-----END " +
pem_type
+ "-----");
116
std::string SSLIdentity::DerToPem(const std::string&
pem_type
,
121
result << "-----BEGIN " <<
pem_type
<< "-----\n";
local
136
result << "-----END " <<
pem_type
<< "-----\n";
local
sslidentity.h
217
static bool PemToDer(const std::string&
pem_type
,
220
static std::string DerToPem(const std::string&
pem_type
,
Completed in 187 milliseconds