Home
last modified time | relevance | path

Searched refs:loadCert (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dx509_utils.hpp25 loadCert(const std::string& filePath);
H A Dcertificate.cpp157 const internal::X509Ptr cert = loadCert(certSrcFilePath); in generateAuthCertFileX509Path()
336 internal::X509Ptr cert = loadCert(certSrcFilePath); in install()
432 internal::X509Ptr cert = loadCert(certInstallPath); in populateProperties()
443 internal::X509Ptr cert = loadCert(certPath); in isSame()
H A Dx509_utils.cpp91 X509Ptr loadCert(const std::string& filePath) in loadCert() function
/openbmc/bmcweb/include/
H A Dssl_key_handler.hpp32 X509* loadCert(const std::string& filePath);
H A Dhostname_monitor.hpp90 X509* cert = ensuressl::loadCert(certFile); in onPropertyUpdate()
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp208 X509* loadCert(const std::string& filePath) in loadCert() function