Searched refs:rsaPrivateKeyFilePath (Results 1 – 1 of 1) sorted by relevance
104 rsaPrivateKeyFilePath = certDir + "/.rsaprivkey.pem"; in createNewCertificate()207 std::string certificateFile, CSRFile, privateKeyFile, rsaPrivateKeyFilePath; member in phosphor::certs::__anone8b85a260111::TestCertificates1374 fs::remove(rsaPrivateKeyFilePath); in TEST_F()1446 EXPECT_FALSE(fs::exists(rsaPrivateKeyFilePath)); in TEST_F()1448 EXPECT_TRUE(fs::exists(rsaPrivateKeyFilePath)); in TEST_F()