Home
last modified time | relevance | path

Searched defs:privateKeyFile (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp571 fs::path privateKeyFile = fs::path(certInstallPath).parent_path(); in checkAndAppendPrivateKey() local
H A Dcerts_manager.cpp1039 FILE* privateKeyFile = std::fopen(rsaPrivateKeyFileName.c_str(), "r"); in getRSAKeyPair() local
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp207 std::string certificateFile, CSRFile, privateKeyFile, rsaPrivateKeyFilePath; member in phosphor::certs::__anone8b85a260111::TestCertificates