Home
last modified time | relevance | path

Searched defs:bioCert (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dx509_utils.cpp103 BIOMemPtr bioCert(BIO_new_file(filePath.c_str(), "rb"), ::BIO_free); in loadCert() local
251 BIOMemPtr bioCert(BIO_new_mem_buf(pem.data(), static_cast<int>(pem.size())), in parseCert() local
H A Dcertificate.cpp620 BIOMemPtr bioCert(BIO_new_file(filePath.c_str(), "rb"), ::BIO_free); in compareKeys() local
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp185 std::unique_ptr<BIO, decltype(&::BIO_free)> bioCert( in getCertSubjectNameHash() local