Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp70 std::string pubkeyFile = extractPath.string() + "/" + "publickey"; in SetUp() local
72 "-pubout -out " + pubkeyFile); in SetUp()
76 command("cp " + pubkeyFile + " " + signedConfPNORPath.string()); in SetUp()
82 command(opensslCmd + pkeyFile + " -out " + pubkeyFile + ".sig " + in SetUp()
83 pubkeyFile); in SetUp()
117 std::string pubkeyFile = extractPath.string() + "/" + "publickey"; in TEST_F() local
118 command("rm " + pubkeyFile); in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp242 std::string pubkeyFile = extractPath.string() + "/" + "publickey"; in SetUp() local
244 "-pubout -out " + pubkeyFile); in SetUp()
246 command("cp " + pubkeyFile + " " + signedConfOpenBMCPath.string()); in SetUp()
258 command(opensslCmd + pkeyFile + " -out " + pubkeyFile + ".sig " + in SetUp()
259 pubkeyFile); in SetUp()
265 pubkeyFile + ".sig > " + fullFile); in SetUp()
302 std::string pubkeyFile = extractPath.string() + "/" + "publickey"; in TEST_F() local
303 command("rm " + pubkeyFile); in TEST_F()