Searched refs:LoadCertificateFromBuffer (Results 1 – 3 of 3) sorted by relevance
94 bool LoadCertificateFromBuffer(const std::vector<uint8_t>& pem_content, Certificate* cert);
336 if (!LoadCertificateFromBuffer(pem_content, &cert)) { in IterateZipEntriesAndSearchForKeys()406 bool LoadCertificateFromBuffer(const std::vector<uint8_t>& pem_content, Certificate* cert) { in LoadCertificateFromBuffer() function
47 ASSERT_TRUE(LoadCertificateFromBuffer( in LoadKeyFromFile()102 ASSERT_FALSE(LoadCertificateFromBuffer( in TEST()