Searched refs:buf_len (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | crypt.c | 828 unsigned long long buf_len; 869 buf_out, &buf_len, &tag, from, len, NULL, 0) != 0) 882 mch_memmove(p2, buf_out, buf_len);
|
| H A D | sha256.c | 273 int buf_len, in sha256_bytes() argument 285 sha256_update(&ctx, buf, buf_len); in sha256_bytes()
|
| /vim-8.2.3635/src/proto/ |
| H A D | sha256.pro | 5 char_u *sha256_bytes(char_u *buf, int buf_len, char_u *salt, int salt_len);
|