Searched refs:pem_content (Results 1 – 2 of 2) sorted by relevance
326 std::vector<uint8_t> pem_content(entry.uncompressed_length); in IterateZipEntriesAndSearchForKeys() local328 ExtractToMemory(handle, &entry, pem_content.data(), pem_content.size()); in IterateZipEntriesAndSearchForKeys()336 if (!LoadCertificateFromBuffer(pem_content, &cert)) { in IterateZipEntriesAndSearchForKeys()406 bool LoadCertificateFromBuffer(const std::vector<uint8_t>& pem_content, Certificate* cert) { in LoadCertificateFromBuffer() argument408 BIO_new_mem_buf(pem_content.data(), pem_content.size()), BIO_free); in LoadCertificateFromBuffer()
94 bool LoadCertificateFromBuffer(const std::vector<uint8_t>& pem_content, Certificate* cert);