Searched refs:sha1_ctx (Results 1 – 1 of 1) sorted by relevance
210 SHA_CTX sha1_ctx; in verify_file() local212 SHA1_Init(&sha1_ctx); in verify_file()218 std::bind(&SHA1_Update, &sha1_ctx, std::placeholders::_1, std::placeholders::_2)); in verify_file()242 SHA1_Final(sha1, &sha1_ctx); in verify_file()