Searched defs:pem_length (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsslidentity.cc58 int* pem_length) {
59 return OpenSSLCertificate::FromPEMString(pem_string, pem_length);
57 FromPEMString(const std::string& pem_string, int* pem_length) argument
H A Dopensslidentity.cc208 const std::string& pem_string, int* pem_length) {
219 if (pem_length)
220 *pem_length = pem_string.length() - remaining_length;
207 FromPEMString( const std::string& pem_string, int* pem_length) argument

Completed in 117 milliseconds