Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp14 static constexpr auto opensslCmd = "openssl dgst -sha256 -sign "; member in SignatureTest
77 command(opensslCmd + pkeyFile + " -out " + pnorFile + ".sig " + in SetUp()
80 command(opensslCmd + pkeyFile + " -out " + manifestFile + ".sig " + in SetUp()
82 command(opensslCmd + pkeyFile + " -out " + pubkeyFile + ".sig " + in SetUp()
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp174 static constexpr auto opensslCmd = "openssl dgst -sha256 -sign "; member in SignatureTest
247 command(opensslCmd + pkeyFile + " -out " + kernelFile + ".sig " + in SetUp()
250 command(opensslCmd + pkeyFile + " -out " + manifestFile + ".sig " + in SetUp()
252 command(opensslCmd + pkeyFile + " -out " + rofsFile + ".sig " + in SetUp()
254 command(opensslCmd + pkeyFile + " -out " + rwfsFile + ".sig " + in SetUp()
256 command(opensslCmd + pkeyFile + " -out " + ubootFile + ".sig " + in SetUp()
258 command(opensslCmd + pkeyFile + " -out " + pubkeyFile + ".sig " + in SetUp()
266 command(opensslCmd + pkeyFile + " -out " + fullFile + ".sig " + in SetUp()
345 command(opensslCmd + pkeyFile + " -out " + manifestFile + ".sig " + in TEST_F()