Searched refs:sha256_ctx (Results 1 – 1 of 1) sorted by relevance
211 SHA256_CTX sha256_ctx; in verify_file() local213 SHA256_Init(&sha256_ctx); in verify_file()222 std::bind(&SHA256_Update, &sha256_ctx, std::placeholders::_1, std::placeholders::_2)); in verify_file()244 SHA256_Final(sha256, &sha256_ctx); in verify_file()