Searched refs:sha256_ctx (Results 1 – 1 of 1) sorted by relevance
154 SHA256_CTX sha256_ctx; in verify_file() local156 SHA256_init(&sha256_ctx); in verify_file()176 if (need_sha256) SHA256_update(&sha256_ctx, buffer, size); in verify_file()188 const uint8_t* sha256 = SHA256_final(&sha256_ctx); in verify_file()