Searched refs:certParentInstallPath (Results 1 – 2 of 2) sorted by relevance
137 certParentInstallPath(fs::path(certInstallPath).parent_path()) in Manager()152 certDirectory = certParentInstallPath; in Manager()170 "ERR", e, "DIRECTORY", certParentInstallPath); in Manager()628 fs::path csrFilePath = certParentInstallPath / defaultCSRFileName; in generateCSRHelper()844 fs::path privKeyPath = certParentInstallPath / privKeyFileName; in writePrivateKey()1007 certParentInstallPath / defaultRSAPrivateKeyFileName; in createRSAPrivateKeyFile()1037 certParentInstallPath / defaultRSAPrivateKeyFileName; in getRSAKeyPair()
338 std::filesystem::path certParentInstallPath; member in phosphor::certs::Manager