Home
last modified time | relevance | path

Searched refs:sha256_update (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dsha256.c192 sha256_update(context_sha256_T *ctx, char_u *input, UINT32_T length) in sha256_update() function
251 sha256_update(ctx, sha256_padding, padn); in sha256_finish()
252 sha256_update(ctx, msglen, 8); in sha256_finish()
285 sha256_update(&ctx, buf, buf_len); in sha256_bytes()
287 sha256_update(&ctx, salt, salt_len); in sha256_bytes()
364 sha256_update(&ctx, (char_u *)buf, 1000); in sha256_self_test()
414 sha256_update(&ctx, (char_u *)random_data, sizeof(random_data)); in sha2_seed()
H A Dfileio.c2173 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()
H A Dbufwrite.c2025 sha256_update(&sha_ctx, ptr + 1, in buf_write()
H A Dundo.c805 sha256_update(&ctx, p, (UINT32_T)(STRLEN(p) + 1)); in u_compute_hash()
/vim-8.2.3635/src/proto/
H A Dsha256.pro3 void sha256_update(context_sha256_T *ctx, char_u *input, UINT32_T length);