Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.hpp24 using HashFilePath = std::filesystem::path; typedef
25 using KeyHashPathPair = std::pair<HashFilePath, PublicKeyPath>;
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_verify.hpp27 using HashFilePath = fs::path; typedef
28 using KeyHashPathPair = std::pair<HashFilePath, PublicKeyPath>;
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp1131 std::string HashFilePath = "/var/lib/bios-settings-manager/seedData"; in ipmiOEMGetBIOSHash() local
1133 std::ifstream devIdFile(HashFilePath); in ipmiOEMGetBIOSHash()