Home
last modified time | relevance | path

Searched refs:getX509Store (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dx509_utils.hpp17 std::unique_ptr<X509_STORE, decltype(&::X509_STORE_free)> getX509Store(
H A Dx509_utils.cpp57 X509StorePtr getX509Store(const std::string& certSrcPath) in getX509Store() function
H A Dcertificate.cpp333 X509StorePtr x509Store = getX509Store(certSrcFilePath); in install()
H A Dcerts_manager.cpp323 X509StorePtr x509Store = getX509Store(sourceFile); in installAll()