Searched refs:openSslSuccess (Results 1 – 1 of 1) sorted by relevance
37 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()