Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dx509_utils.hpp65 std::unique_ptr<X509, decltype(&::X509_free)> parseCert(const std::string& pem);
H A Dx509_utils.cpp236 std::unique_ptr<X509, decltype(&::X509_free)> parseCert(const std::string& pem) in parseCert() function
H A Dcertificate.cpp410 internal::X509Ptr cert = parseCert(pem); in install()