Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp60 std::string manifestFile = extractPath.string() + "/" + "MANIFEST"; in SetUp() local
61 command("echo \"HashType=RSA-SHA256\" > " + manifestFile); in SetUp()
62 command("echo \"KeyType=OpenBMC\" >> " + manifestFile); in SetUp()
80 command(opensslCmd + pkeyFile + " -out " + manifestFile + ".sig " + in SetUp()
81 manifestFile); in SetUp()
/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A Dutest.cpp220 std::string manifestFile = extractPath.string() + "/" + "MANIFEST"; in SetUp() local
223 manifestFile); in SetUp()
224 command("echo \"HashType=RSA-SHA256\" >> " + manifestFile); in SetUp()
225 command("echo \"KeyType=OpenBMC\" >> " + manifestFile); in SetUp()
250 command(opensslCmd + pkeyFile + " -out " + manifestFile + ".sig " + in SetUp()
251 manifestFile); in SetUp()
264 ".sig " + ubootFile + ".sig " + manifestFile + ".sig " + in SetUp()
342 std::string manifestFile = extractPath.string() + "/" + "MANIFEST"; in TEST_F() local
344 command("sed -i s/VersionPurpose.BMC/VersionPurpose.BIOS/ " + manifestFile); in TEST_F()
345 command(opensslCmd + pkeyFile + " -out " + manifestFile + ".sig " + in TEST_F()
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp156 std::filesystem::path manifestFile(imageDirPath / MANIFEST_FILE); in systemLevelVerify() local
157 std::filesystem::path manifestFileSig(manifestFile); in systemLevelVerify()
177 valid = verifyFile(manifestFile, manifestFileSig, in systemLevelVerify()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_verify.cpp258 fs::path manifestFile(imageDirPath / MANIFEST_FILE_NAME); in systemLevelVerify() local
259 fs::path manifestFileSig(manifestFile); in systemLevelVerify()
278 valid = verifyFile(manifestFile, manifestFileSig, in systemLevelVerify()