Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcrypt.pro16 long crypt_encode_alloc(cryptstate_T *state, char_u *from, size_t len, char_u **newptr, int last);
/vim-8.2.3635/src/
H A Dcrypt.c464 crypt_encode_alloc( in crypt_encode_alloc() function
H A Dbufwrite.c505 len = crypt_encode_alloc(curbuf->b_cryptstate, buf, len, &outbuf, in buf_write_bytes()