Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcrypt.c77 static cryptmethod_T cryptmethods[CRYPT_M_COUNT] = { variable
179 if (STRCMP(name, cryptmethods[i].name) == 0) in crypt_method_nr_from_name()
215 return cryptmethods[state->method_nr].works_inplace; in crypt_works_inplace()
235 return cryptmethods[method_nr].whole_undofile; in crypt_whole_undofile()
245 + cryptmethods[method_nr].salt_len in crypt_get_header_len()
246 + cryptmethods[method_nr].seed_len; in crypt_get_header_len()
289 if (cryptmethods[method_nr].self_test_fn == NULL) in crypt_self_test()
291 return cryptmethods[method_nr].self_test_fn(); in crypt_self_test()
313 if (cryptmethods[method_nr].init_fn( in crypt_create()
335 int salt_len = cryptmethods[method_nr].salt_len; in crypt_create_from_header()
[all …]