Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp37 static constexpr int openSslSuccess = 1; variable
207 if (EVP_DigestInit(ctx.get(), EVP_sha256()) != openSslSuccess) in TransferHashCheck()
220 openSslSuccess) in hash()
234 if (EVP_DigestInit(ctx.get(), EVP_sha256()) != openSslSuccess) in clear()
249 if (EVP_DigestFinal(ctx.get(), digest.data(), &len) == openSslSuccess) in verify()