Home
last modified time | relevance | path

Searched refs:LoadCertificateFromBuffer (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/install/include/install/
Dverifier.h94 bool LoadCertificateFromBuffer(const std::vector<uint8_t>& pem_content, Certificate* cert);
/bootable/recovery/install/
Dverifier.cpp336 if (!LoadCertificateFromBuffer(pem_content, &cert)) { in IterateZipEntriesAndSearchForKeys()
406 bool LoadCertificateFromBuffer(const std::vector<uint8_t>& pem_content, Certificate* cert) { in LoadCertificateFromBuffer() function
/bootable/recovery/tests/unit/
Dverifier_test.cpp47 ASSERT_TRUE(LoadCertificateFromBuffer( in LoadKeyFromFile()
102 ASSERT_FALSE(LoadCertificateFromBuffer( in TEST()