Home
last modified time | relevance | path

Searched refs:crypt_encode_inplace (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcrypt.pro19 void crypt_encode_inplace(cryptstate_T *state, char_u *buf, size_t len, int last);
/vim-8.2.3635/src/
H A Dcrypt.c552 crypt_encode_inplace( in crypt_encode_inplace() function
H A Dbufwrite.c497 crypt_encode_inplace(ip->bw_buffer->b_cryptstate, buf, len, in buf_write_bytes()
H A Dundo.c968 crypt_encode_inplace(bi->bi_state, bi->bi_buffer, bi->bi_used, FALSE); in undo_flush()