Home
last modified time | relevance | path

Searched refs:buf_len (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dcrypt.c828 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 Dsha256.c273 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 Dsha256.pro5 char_u *sha256_bytes(char_u *buf, int buf_len, char_u *salt, int salt_len);