Searched refs:hashFile (Results 1 – 3 of 3) sorted by relevance
57 std::string hashFile = signedConfPNORPath.string() + "/hashfunc"; in SetUp() local58 command("echo \"HashType=RSA-SHA256\" > " + hashFile); in SetUp()126 std::string hashFile = signedConfPNORPath.string() + "/hashfunc"; in TEST_F() local127 command("echo \"HashType=md5\" > " + hashFile); in TEST_F()
49 std::ifstream hashFile(versionHashFile); in fwVersionIsSame() local50 if (hashFile.good()) in fwVersionIsSame()53 hashFile >> hashString; in fwVersionIsSame()59 hashFile.close(); in fwVersionIsSame()
217 std::string hashFile = signedConfOpenBMCPath.string() + "/hashfunc"; in SetUp() local218 command("echo \"HashType=RSA-SHA256\" > " + hashFile); in SetUp()311 std::string hashFile = signedConfOpenBMCPath.string() + "/hashfunc"; in TEST_F() local312 command("echo \"HashType=md5\" > " + hashFile); in TEST_F()