Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcrypt.pro18 void crypt_encode(cryptstate_T *state, char_u *from, size_t len, char_u *to, int last);
/vim-8.2.3635/src/
H A Dcrypt.c522 crypt_encode( in crypt_encode() function
H A Dundo.c1002 crypt_encode(bi->bi_state, ptr, len, copy, TRUE); in fwrite_crypt()
H A Dmemline.c5377 crypt_encode(state, text_start, text_len, new_data + dp->db_txt_start, in ml_encrypt_data()