Home
last modified time | relevance | path

Searched refs:mapFile (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/libipmid/
H A Dentity_map_json.cpp44 std::ifstream mapFile(entityMapJsonFilename); in buildEntityMapFromFile() local
45 if (!mapFile.is_open()) in buildEntityMapFromFile()
50 auto data = nlohmann::json::parse(mapFile, nullptr, false); in buildEntityMapFromFile()
/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp247 auto dataPtr = mapFile(file, size); in verifyFile()
259 auto signature = mapFile(sigFile, size); in verifyFile()
288 auto data = mapFile(publicKey, size); in createPublicRSA()
301 CustomMap Signature::mapFile(const std::filesystem::path& path, size_t size) in mapFile() function in openpower::software::image::Signature
H A Dimage_verify.hpp200 CustomMap mapFile(const std::filesystem::path& path, size_t size);
/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_verify.cpp350 auto dataPtr = mapFile(file, size); in verifyFile()
362 auto signature = mapFile(sigFile, size); in verifyFile()
391 auto data = mapFile(publicKey, size); in createPublicRSA()
404 CustomMap Signature::mapFile(const fs::path& path, size_t size) in mapFile() function in phosphor::software::image::Signature
H A Dimage_verify.hpp202 static CustomMap mapFile(const fs::path& path, size_t size);