Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcrypt.pro14 cryptstate_T *crypt_create_for_writing(int method_nr, char_u *key, char_u **header, int *header_len…
/vim-8.2.3635/src/
H A Dcrypt.c390 crypt_create_for_writing( in crypt_create_for_writing() function
H A Dbufwrite.c1935 buf->b_cryptstate = crypt_create_for_writing( in buf_write()
H A Dundo.c1213 bi->bi_state = crypt_create_for_writing(crypt_get_method_nr(buf), in serialize_header()