HomeSort by relevance Sort by last modified time
    Searched refs:pem_type (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.cc 58 bool SSLIdentity::PemToDer(const std::string& pem_type,
63 size_t header = pem_string.find("-----BEGIN " + pem_type + "-----");
71 size_t trailer = pem_string.find("-----END " + pem_type + "-----");
83 std::string SSLIdentity::DerToPem(const std::string& pem_type,
88 result << "-----BEGIN " << pem_type << "-----\n"; local
103 result << "-----END " << pem_type << "-----\n"; local
sslidentity.h 162 static bool PemToDer(const std::string& pem_type,
165 static std::string DerToPem(const std::string& pem_type,
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_crypto.cc 51 // Parses |pem_data| for a PEM block of |pem_type|.
52 // Returns true if a |pem_type| block is found, storing the decoded result in
55 const std::string& pem_type,
58 headers.push_back(pem_type);

Completed in 36 milliseconds