Searched refs:sha256_update (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | sha256.c | 192 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 D | fileio.c | 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()
|
| H A D | bufwrite.c | 2025 sha256_update(&sha_ctx, ptr + 1, in buf_write()
|
| H A D | undo.c | 805 sha256_update(&ctx, p, (UINT32_T)(STRLEN(p) + 1)); in u_compute_hash()
|
| /vim-8.2.3635/src/proto/ |
| H A D | sha256.pro | 3 void sha256_update(context_sha256_T *ctx, char_u *input, UINT32_T length);
|