Home
last modified time | relevance | path

Searched refs:certParentInstallPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp137 certParentInstallPath(fs::path(certInstallPath).parent_path()) in Manager()
152 certDirectory = certParentInstallPath; in Manager()
170 "ERR", e, "DIRECTORY", certParentInstallPath); in Manager()
630 fs::path csrFilePath = certParentInstallPath / defaultCSRFileName; in generateCSRHelper()
845 fs::path privKeyPath = certParentInstallPath / privKeyFileName; in writePrivateKey()
1007 fs::path rsaPrivateKeyFileName = certParentInstallPath / in createRSAPrivateKeyFile()
1037 fs::path rsaPrivateKeyFileName = certParentInstallPath / in getRSAKeyPair()
H A Dcerts_manager.hpp340 std::filesystem::path certParentInstallPath; member in phosphor::certs::Manager