Searched refs:crypt_decode_inplace (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | crypt.pro | 20 void crypt_decode_inplace(cryptstate_T *state, char_u *buf, size_t len, int last);
|
| /vim-8.2.3635/src/ |
| H A D | crypt.c | 566 crypt_decode_inplace( in crypt_decode_inplace() function
|
| H A D | undo.c | 1136 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 D | fileio.c | 1322 crypt_decode_inplace(curbuf->b_cryptstate, ptr, in readfile()
|
| H A D | memline.c | 5418 crypt_decode_inplace(state, text_start, text_len, FALSE); in ml_decrypt_data()
|