Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp1006 fs::path rsaPrivateKeyFileName = in createRSAPrivateKeyFile() local
1011 if (!fs::exists(rsaPrivateKeyFileName)) in createRSAPrivateKeyFile()
1036 fs::path rsaPrivateKeyFileName = in getRSAKeyPair() local
1039 FILE* privateKeyFile = std::fopen(rsaPrivateKeyFileName.c_str(), "r"); in getRSAKeyPair()
1045 "RSAKEYFILE", rsaPrivateKeyFileName, "ERRORREASON", in getRSAKeyPair()