Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbufwrite.c692 context_sha256_T sha_ctx; in buf_write() local
2010 sha256_start(&sha_ctx); in buf_write()
2025 sha256_update(&sha_ctx, ptr + 1, in buf_write()
2574 sha256_finish(&sha_ctx, hash); in buf_write()
H A Dfileio.c158 context_sha256_T sha_ctx; in readfile() local
1103 sha256_start(&sha_ctx); in readfile()
2173 sha256_update(&sha_ctx, line_start, len); in readfile()
2243 sha256_update(&sha_ctx, line_start, len); in readfile()
2292 sha256_update(&sha_ctx, line_start, len); in readfile()
2609 sha256_finish(&sha_ctx, hash); in readfile()