Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp36 std::string expectedHash = in fwVersionIsSame() local
55 if (expectedHash == hashString) in fwVersionIsSame()
63 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()