Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_response.hpp86 expectedHash = std::move(r.expectedHash); in operator =()
209 expectedHash = std::nullopt; in clear()
279 if (expectedHash && hexVal == *expectedHash) in setHashAndHandleNotModified()
288 expectedHash = hash; in setExpectedHash()
325 std::optional<std::string> expectedHash; member
/openbmc/entity-manager/src/
H A Dutils.hpp112 std::string expectedHash = in fwVersionIsSame() local
122 if (expectedHash == hashString) in fwVersionIsSame()
130 output << expectedHash; in fwVersionIsSame()
/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp195 std::vector<uint8_t> expectedHash; member in TransferHashCheck
200 ctx(EVP_MD_CTX_new(), &EVP_MD_CTX_free), expectedHash(expected) in TransferHashCheck()
251 if (digest == expectedHash) in verify()