Searched refs:expectedHash (Results 1 – 3 of 3) sorted by relevance
104 expectedHash = std::move(r.expectedHash); in operator =()227 expectedHash = std::nullopt; in clear()297 if (expectedHash && hexVal == *expectedHash) in setHashAndHandleNotModified()306 expectedHash = hash; in setExpectedHash()348 std::optional<std::string> expectedHash; member
112 std::string expectedHash = in fwVersionIsSame() local122 if (expectedHash == hashString) in fwVersionIsSame()130 output << expectedHash; in fwVersionIsSame()
195 std::vector<uint8_t> expectedHash; member in TransferHashCheck200 ctx(EVP_MD_CTX_new(), &EVP_MD_CTX_free), expectedHash(expected) in TransferHashCheck()251 if (digest == expectedHash) in verify()