Home
last modified time | relevance | path

Searched refs:crypt_decode_inplace (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcrypt.pro20 void crypt_decode_inplace(cryptstate_T *state, char_u *buf, size_t len, int last);
/vim-8.2.3635/src/
H A Dcrypt.c566 crypt_decode_inplace( in crypt_decode_inplace() function
H A Dundo.c1136 crypt_decode_inplace(bi->bi_state, bi->bi_buffer, bi->bi_avail, FALSE); in undo_read()
1183 crypt_decode_inplace(bi->bi_state, ptr, len, FALSE); in read_string_decrypt()
H A Dfileio.c1322 crypt_decode_inplace(curbuf->b_cryptstate, ptr, in readfile()
H A Dmemline.c5418 crypt_decode_inplace(state, text_start, text_len, FALSE); in ml_decrypt_data()