Home
last modified time | relevance | path

Searched refs:crypt_get_method_nr (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dcrypt.c223 crypt_get_method_nr(buf_T *buf) in crypt_get_method_nr() function
287 int method_nr = crypt_get_method_nr(curbuf); in crypt_self_test()
610 int method = crypt_get_method_nr(curbuf); in crypt_check_swapfile_curbuf()
626 crypt_check_method(crypt_get_method_nr(curbuf)); in crypt_check_current_method()
684 if (crypt_get_method_nr(curbuf) != CRYPT_M_SOD) in crypt_get_key()
704 if (crypt_get_method_nr(buf) == 0) in crypt_append_msg()
H A Dmemline.c430 int method_nr = crypt_get_method_nr(buf); in ml_set_mfp_crypt()
454 int method_nr = crypt_get_method_nr(buf); in ml_set_b0_crypt()
497 if (crypt_get_method_nr(buf) == CRYPT_M_SOD && *buf->b_p_key != NUL) in ml_set_crypt_key()
5446 method_nr = crypt_get_method_nr(buf); in ml_crypt_prepare()
H A Dundo.c1213 bi->bi_state = crypt_create_for_writing(crypt_get_method_nr(buf), in serialize_header()
1226 if (crypt_whole_undofile(crypt_get_method_nr(buf))) in serialize_header()
H A Dfileio.c1464 crypt_get_method_nr(curbuf))) in readfile()
2503 - crypt_get_header_len(crypt_get_method_nr(curbuf))); in readfile()
H A Dbufwrite.c1936 crypt_get_method_nr(buf), in buf_write()
H A Dbuffer.c2278 if (buf->b_p_key != NULL && (crypt_get_method_nr(buf) == CRYPT_M_SOD)) in free_buf_options()
H A Doption.c2789 if (crypt_get_method_nr(curbuf) == CRYPT_M_SOD) in set_bool_option()
/vim-8.2.3635/src/proto/
H A Dcrypt.pro5 int crypt_get_method_nr(buf_T *buf);