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()
116 std::ifstream hashFile(versionHashFile); in fwVersionIsSame() local117 if (hashFile.good()) in fwVersionIsSame()120 hashFile >> hashString; in fwVersionIsSame()126 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()