Searched refs:rsaPrivateKeyFileName (Results 1 – 1 of 1) sorted by relevance
1006 fs::path rsaPrivateKeyFileName = in createRSAPrivateKeyFile() local1011 if (!fs::exists(rsaPrivateKeyFileName)) in createRSAPrivateKeyFile()1036 fs::path rsaPrivateKeyFileName = in getRSAKeyPair() local1039 FILE* privateKeyFile = std::fopen(rsaPrivateKeyFileName.c_str(), "r"); in getRSAKeyPair()1045 "RSAKEYFILE", rsaPrivateKeyFileName, "ERRORREASON", in getRSAKeyPair()