Searched refs:PemToDer (Results 1 – 4 of 4) sorted by relevance
42 SSLIdentity::PemToDer(kPemTypeCertificate, pem_string_, &der_string)); in ToDER()
148 static bool PemToDer(const std::string& pem_type,
168 bool SSLIdentity::PemToDer(const std::string& pem_type, in PemToDer() function in rtc::SSLIdentity
421 EXPECT_TRUE(SSLIdentity::PemToDer("CERTIFICATE", kTestCertificate, &der)); in TEST_F()