Home
last modified time | relevance | path

Searched refs:hashFile (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp57 std::string hashFile = signedConfPNORPath.string() + "/hashfunc"; in SetUp() local
58 command("echo \"HashType=RSA-SHA256\" > " + hashFile); in SetUp()
126 std::string hashFile = signedConfPNORPath.string() + "/hashfunc"; in TEST_F() local
127 command("echo \"HashType=md5\" > " + hashFile); in TEST_F()
/openbmc/entity-manager/src/
H A Dutils.hpp116 std::ifstream hashFile(versionHashFile); in fwVersionIsSame() local
117 if (hashFile.good()) in fwVersionIsSame()
120 hashFile >> hashString; in fwVersionIsSame()
126 hashFile.close(); in fwVersionIsSame()
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp215 std::string hashFile = signedConfOpenBMCPath.string() + "/hashfunc"; in SetUp() local
216 command("echo \"HashType=RSA-SHA256\" > " + hashFile); in SetUp()
309 std::string hashFile = signedConfOpenBMCPath.string() + "/hashfunc"; in TEST_F() local
310 command("echo \"HashType=md5\" > " + hashFile); in TEST_F()