Home
last modified time | relevance | path

Searched refs:user_options (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/dports/security/hashcat/hashcat-6.2.5/src/
H A Duser_options.c164 user_options_t *user_options = hashcat_ctx->user_options; in user_options_init() local
292 user_options_t *user_options = hashcat_ctx->user_options; in user_options_destroy() local
302 user_options_t *user_options = hashcat_ctx->user_options; in user_options_getopt() local
536 user_options_t *user_options = hashcat_ctx->user_options; in user_options_sanity() local
854 if (user_options->bitmap_min > user_options->bitmap_max) in user_options_sanity()
968 if (user_options->show == true || user_options->left == true) in user_options_sanity()
1634 user_options_t *user_options = hashcat_ctx->user_options; in user_options_session_auto() local
1697 user_options_t *user_options = hashcat_ctx->user_options; in user_options_preprocess() local
1869 if (user_options->skip != 0 && user_options->limit != 0) in user_options_preprocess()
1871 user_options->limit += user_options->skip; in user_options_preprocess()
[all …]
H A Dmain.c147 const user_options_t *user_options = hashcat_ctx->user_options; in main_log_advice() local
358 const user_options_t *user_options = hashcat_ctx->user_options; in main_calculated_words_base() local
367 const user_options_t *user_options = hashcat_ctx->user_options; in main_potfile_remove_parse_pre() local
376 const user_options_t *user_options = hashcat_ctx->user_options; in main_potfile_remove_parse_post() local
404 const user_options_t *user_options = hashcat_ctx->user_options; in main_potfile_num_cracked() local
428 const user_options_t *user_options = hashcat_ctx->user_options; in main_potfile_all_cracked() local
443 const user_options_t *user_options = hashcat_ctx->user_options; in main_outerloop_mainscreen() local
548 const user_options_t *user_options = hashcat_ctx->user_options; in main_backend_session_pre() local
557 const user_options_t *user_options = hashcat_ctx->user_options; in main_backend_session_post() local
1222 user_options_t *user_options = hashcat_ctx->user_options; in main() local
[all …]
H A Dinterface.c81 const user_options_t *user_options = hashcat_ctx->user_options; in hashconfig_init() local
280 if (user_options->hex_charset) in hashconfig_init()
285 if (user_options->hex_wordlist) in hashconfig_init()
290 if (user_options->hex_salt) in hashconfig_init()
304 if (user_options->keep_guessing) in hashconfig_init()
312 if (user_options->quiet == false && user_options->autodetect == false) in hashconfig_init()
343 if (user_options->hash_info == false) in hashconfig_init()
497 const user_options_t *user_options = hashcat_ctx->user_options; in hashconfig_destroy() local
678 if (user_options->username == true) in default_potfile_keep_all_hashes()
680 if ((user_options->show == true) || (user_options->left == true)) in default_potfile_keep_all_hashes()
[all …]
H A Dinduct.c38 user_options_t *user_options = hashcat_ctx->user_options; in induct_ctx_init() local
42 if (user_options->benchmark == true) return 0; in induct_ctx_init()
43 if (user_options->hash_info == true) return 0; in induct_ctx_init()
44 if (user_options->keyspace == true) return 0; in induct_ctx_init()
45 if (user_options->left == true) return 0; in induct_ctx_init()
46 if (user_options->backend_info == true) return 0; in induct_ctx_init()
47 if (user_options->show == true) return 0; in induct_ctx_init()
48 if (user_options->stdout_flag == true) return 0; in induct_ctx_init()
49 if (user_options->speed_only == true) return 0; in induct_ctx_init()
50 if (user_options->progress_only == true) return 0; in induct_ctx_init()
[all …]
H A Dstraight.c52 user_options_t *user_options = hashcat_ctx->user_options; in straight_ctx_update_loop() local
54 if (user_options->attack_mode == ATTACK_MODE_STRAIGHT) in straight_ctx_update_loop()
163 …else if ((user_options->attack_mode == ATTACK_MODE_HYBRID1) || (user_options->attack_mode == ATTAC… in straight_ctx_update_loop()
261 user_options_t *user_options = hashcat_ctx->user_options; in straight_ctx_init() local
265 if (user_options->hash_info == true) return 0; in straight_ctx_init()
266 if (user_options->left == true) return 0; in straight_ctx_init()
267 if (user_options->backend_info == true) return 0; in straight_ctx_init()
280 if ((user_options->rp_files_cnt == 0) && (user_options->rp_gen == 0)) in straight_ctx_init()
290 if (user_options->rp_files_cnt) in straight_ctx_init()
294 else if (user_options->rp_gen) in straight_ctx_init()
[all …]
H A Ddebugfile.c92 user_options_t *user_options = hashcat_ctx->user_options; in debugfile_init() local
96 if (user_options->benchmark == true) return 0; in debugfile_init()
97 if (user_options->hash_info == true) return 0; in debugfile_init()
98 if (user_options->keyspace == true) return 0; in debugfile_init()
99 if (user_options->left == true) return 0; in debugfile_init()
100 if (user_options->backend_info == true) return 0; in debugfile_init()
101 if (user_options->show == true) return 0; in debugfile_init()
102 if (user_options->stdout_flag == true) return 0; in debugfile_init()
103 if (user_options->speed_only == true) return 0; in debugfile_init()
104 if (user_options->progress_only == true) return 0; in debugfile_init()
[all …]
H A Dcombinator.c18 user_options_t *user_options = hashcat_ctx->user_options; in combinator_ctx_init() local
22 if (user_options->hash_info == true) return 0; in combinator_ctx_init()
23 if (user_options->left == true) return 0; in combinator_ctx_init()
24 if (user_options->backend_info == true) return 0; in combinator_ctx_init()
25 if (user_options->show == true) return 0; in combinator_ctx_init()
26 if (user_options->usage == true) return 0; in combinator_ctx_init()
27 if (user_options->version == true) return 0; in combinator_ctx_init()
29 if ((user_options->attack_mode != ATTACK_MODE_COMBI) in combinator_ctx_init()
35 if (user_options->slow_candidates == true) in combinator_ctx_init()
251 user_options->rule_buf_l = user_options->rule_buf_r; in combinator_ctx_init()
[all …]
H A Dhashcat.c68 user_options_t *user_options = hashcat_ctx->user_options; in inner2_loop() local
454 user_options_t *user_options = hashcat_ctx->user_options; in outer_loop() local
488 if ((user_options->show == true) || (user_options->left == true)) in outer_loop()
722 if (user_options->skip != 0 || user_options->limit != 0) in outer_loop()
851 …if (user_options->keyspace == false && user_options->stdout_flag == false && user_options->speed_o… in outer_loop()
1028 user_options_t *user_options = hashcat_ctx->user_options; in hashcat_session_init() local
1214 user_options_t *user_options = hashcat_ctx->user_options; in autodetect_hashmode_test() local
1435 user_options_t *user_options = hashcat_ctx->user_options; in autodetect_hashmodes() local
1502 user_options_t *user_options = hashcat_ctx->user_options; in hashcat_session_execute() local
1674 if (user_options->speed_only == true) user_options->quiet = true; in hashcat_session_execute()
[all …]
H A Dcpt.c14 user_options_t *user_options = hashcat_ctx->user_options; in cpt_ctx_init() local
18 if (user_options->hash_info == true) return 0; in cpt_ctx_init()
19 if (user_options->keyspace == true) return 0; in cpt_ctx_init()
20 if (user_options->left == true) return 0; in cpt_ctx_init()
21 if (user_options->backend_info == true) return 0; in cpt_ctx_init()
22 if (user_options->show == true) return 0; in cpt_ctx_init()
23 if (user_options->usage == true) return 0; in cpt_ctx_init()
24 if (user_options->version == true) return 0; in cpt_ctx_init()
25 if (user_options->identify == true) return 0; in cpt_ctx_init()
H A Dmonitor.c20 const user_options_t *user_options = hashcat_ctx->user_options; in get_runtime_left() local
36 + user_options->runtime in get_runtime_left()
50 user_options_t *user_options = hashcat_ctx->user_options; in monitor() local
63 if (user_options->runtime) in monitor()
78 if (user_options->status == true) in monitor()
103 u32 restore_left = user_options->restore_timer; in monitor()
104 u32 remove_left = user_options->remove_timer; in monitor()
105 u32 status_left = user_options->status_timer; in monitor()
229 remove_left = user_options->remove_timer; in monitor()
245 status_left = user_options->status_timer; in monitor()
[all …]
H A Dloopback.c59 user_options_t *user_options = hashcat_ctx->user_options; in loopback_init() local
63 if (user_options->benchmark == true) return 0; in loopback_init()
64 if (user_options->hash_info == true) return 0; in loopback_init()
65 if (user_options->keyspace == true) return 0; in loopback_init()
66 if (user_options->left == true) return 0; in loopback_init()
67 if (user_options->backend_info == true) return 0; in loopback_init()
68 if (user_options->show == true) return 0; in loopback_init()
69 if (user_options->stdout_flag == true) return 0; in loopback_init()
70 if (user_options->speed_only == true) return 0; in loopback_init()
71 if (user_options->progress_only == true) return 0; in loopback_init()
[all …]
H A Drestore.c288 user_options_t *user_options = hashcat_ctx->user_options; in restore_ctx_init() local
292 if (user_options->benchmark == true) return 0; in restore_ctx_init()
293 if (user_options->hash_info == true) return 0; in restore_ctx_init()
294 if (user_options->keyspace == true) return 0; in restore_ctx_init()
295 if (user_options->left == true) return 0; in restore_ctx_init()
296 if (user_options->backend_info == true) return 0; in restore_ctx_init()
297 if (user_options->show == true) return 0; in restore_ctx_init()
298 if (user_options->stdout_flag == true) return 0; in restore_ctx_init()
299 if (user_options->speed_only == true) return 0; in restore_ctx_init()
309 if (user_options->restore_file_path == NULL) in restore_ctx_init()
[all …]
H A Dstatus.c47 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_rules_file() local
238 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_session() local
246 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_brain_session() local
253 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_brain_attack() local
522 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_guess_base_offset() local
570 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_guess_base_count() local
628 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_guess_mod() local
678 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_guess_mod_offset() local
722 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_guess_mod_count() local
775 const user_options_t *user_options = hashcat_ctx->user_options; in status_get_guess_charset() local
[all …]
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dmodules.h9 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
10 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
11 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
12 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
13 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
14 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
15 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
16 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
17 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
18 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
[all …]
H A Dinterface.h31 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
32 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
33 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
34 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
35 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
36 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
37 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
38 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
39 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
40 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c…
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/clangd/
H A Dutilities_test.py33 user_options = DefaultOptions()
45 user_options[ 'clangd_args' ] = CLANGD_ARGS
53 assert_that( clangd_completer.GetClangdCommand( user_options ),
62 user_options = DefaultOptions()
63 user_options[ 'clangd_binary_path' ] = CLANGD_PATH
83 assert_that( clangd_completer.GetClangdCommand( user_options ),
112 user_options = DefaultOptions()
134 user_options[ 'use_clangd' ] = 0
138 user_options = DefaultOptions()
149 user_options[ 'use_clangd' ] = 1
[all …]
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_01500.c102 if (user_options->slow_candidates == false) in module_kernel_loops_max()
104 if (user_options->attack_mode == ATTACK_MODE_BF) in module_kernel_loops_max()
117 if (user_options->slow_candidates == false) in module_kernel_loops_min()
119 if (user_options->attack_mode == ATTACK_MODE_BF) in module_kernel_loops_min()
128 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
137 …if ((user_options->attack_mode == ATTACK_MODE_BF) && (hashes->salts_cnt == 1) && (user_options->sl… in module_jit_cache_disable()
152 …if ((user_options->attack_mode == ATTACK_MODE_BF) && (hashes->salts_cnt == 1) && (user_options->sl… in module_jit_build_options()
162 …if ((user_options->attack_mode == ATTACK_MODE_BF) && (hashes->salts_cnt == 1) && (user_options->sl… in module_jit_build_options()
170 …if ((user_options->attack_mode == ATTACK_MODE_BF) && (hashes->salts_cnt == 1) && (user_options->sl… in module_jit_build_options()
178 …if ((user_options->attack_mode == ATTACK_MODE_BF) && (hashes->salts_cnt == 1) && (user_options->sl… in module_jit_build_options()
[all …]
H A Dmodule_03000.c35 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_attack_exec() argument
99 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_kernel_loops_max() argument
103 if (user_options->slow_candidates == false) in module_kernel_loops_max()
105 if (user_options->attack_mode == ATTACK_MODE_BF) in module_kernel_loops_max()
114 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_kernel_loops_min() argument
118 if (user_options->slow_candidates == false) in module_kernel_loops_min()
120 if (user_options->attack_mode == ATTACK_MODE_BF) in module_kernel_loops_min()
129 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
136 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_dictstat_disable() argument
148 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_potfile_keep_all_hashes() argument
[all …]
H A Dmodule_13711.c125 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_esalt_size() argument
132 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_tmp_size() argument
146 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
208 if (user_options->veracrypt_keyfiles) in module_hash_binary_parse()
210 char *keyfiles = hcstrdup (user_options->veracrypt_keyfiles); in module_hash_binary_parse()
234 if (user_options->keyboard_layout_mapping) in module_hash_binary_parse()
236 if (hc_path_read (user_options->keyboard_layout_mapping)) in module_hash_binary_parse()
238 …initialize_keyboard_layout_mapping (user_options->keyboard_layout_mapping, vc->keyboard_layout_map… in module_hash_binary_parse()
246 …if ((user_options->veracrypt_pim_start_chgd == true) && (user_options->veracrypt_pim_stop_chgd == … in module_hash_binary_parse()
248 vc->pim_start = 15 + user_options->veracrypt_pim_start; in module_hash_binary_parse()
[all …]
H A Dmodule_13712.c125 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_esalt_size() argument
132 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_tmp_size() argument
146 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
208 if (user_options->veracrypt_keyfiles) in module_hash_binary_parse()
210 char *keyfiles = hcstrdup (user_options->veracrypt_keyfiles); in module_hash_binary_parse()
234 if (user_options->keyboard_layout_mapping) in module_hash_binary_parse()
236 if (hc_path_read (user_options->keyboard_layout_mapping)) in module_hash_binary_parse()
238 …initialize_keyboard_layout_mapping (user_options->keyboard_layout_mapping, vc->keyboard_layout_map… in module_hash_binary_parse()
246 …if ((user_options->veracrypt_pim_start_chgd == true) && (user_options->veracrypt_pim_stop_chgd == … in module_hash_binary_parse()
248 vc->pim_start = 15 + user_options->veracrypt_pim_start; in module_hash_binary_parse()
[all …]
H A Dmodule_13713.c125 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_esalt_size() argument
132 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_tmp_size() argument
146 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
208 if (user_options->veracrypt_keyfiles) in module_hash_binary_parse()
210 char *keyfiles = hcstrdup (user_options->veracrypt_keyfiles); in module_hash_binary_parse()
234 if (user_options->keyboard_layout_mapping) in module_hash_binary_parse()
236 if (hc_path_read (user_options->keyboard_layout_mapping)) in module_hash_binary_parse()
238 …initialize_keyboard_layout_mapping (user_options->keyboard_layout_mapping, vc->keyboard_layout_map… in module_hash_binary_parse()
246 …if ((user_options->veracrypt_pim_start_chgd == true) && (user_options->veracrypt_pim_stop_chgd == … in module_hash_binary_parse()
248 vc->pim_start = 15 + user_options->veracrypt_pim_start; in module_hash_binary_parse()
[all …]
H A Dmodule_13752.c144 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_esalt_size() argument
151 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_tmp_size() argument
165 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
227 if (user_options->veracrypt_keyfiles) in module_hash_binary_parse()
229 char *keyfiles = hcstrdup (user_options->veracrypt_keyfiles); in module_hash_binary_parse()
253 if (user_options->keyboard_layout_mapping) in module_hash_binary_parse()
255 if (hc_path_read (user_options->keyboard_layout_mapping)) in module_hash_binary_parse()
257 …initialize_keyboard_layout_mapping (user_options->keyboard_layout_mapping, vc->keyboard_layout_map… in module_hash_binary_parse()
265 …if ((user_options->veracrypt_pim_start_chgd == true) && (user_options->veracrypt_pim_stop_chgd == … in module_hash_binary_parse()
267 vc->pim_start = 15 + user_options->veracrypt_pim_start; in module_hash_binary_parse()
[all …]
H A Dmodule_13751.c144 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_esalt_size() argument
151 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_tmp_size() argument
165 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
227 if (user_options->veracrypt_keyfiles) in module_hash_binary_parse()
229 char *keyfiles = hcstrdup (user_options->veracrypt_keyfiles); in module_hash_binary_parse()
253 if (user_options->keyboard_layout_mapping) in module_hash_binary_parse()
255 if (hc_path_read (user_options->keyboard_layout_mapping)) in module_hash_binary_parse()
257 …initialize_keyboard_layout_mapping (user_options->keyboard_layout_mapping, vc->keyboard_layout_map… in module_hash_binary_parse()
265 …if ((user_options->veracrypt_pim_start_chgd == true) && (user_options->veracrypt_pim_stop_chgd == … in module_hash_binary_parse()
267 vc->pim_start = 15 + user_options->veracrypt_pim_start; in module_hash_binary_parse()
[all …]
H A Dmodule_13753.c144 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_esalt_size() argument
151 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_tmp_size() argument
165 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
227 if (user_options->veracrypt_keyfiles) in module_hash_binary_parse()
229 char *keyfiles = hcstrdup (user_options->veracrypt_keyfiles); in module_hash_binary_parse()
253 if (user_options->keyboard_layout_mapping) in module_hash_binary_parse()
255 if (hc_path_read (user_options->keyboard_layout_mapping)) in module_hash_binary_parse()
257 …initialize_keyboard_layout_mapping (user_options->keyboard_layout_mapping, vc->keyboard_layout_map… in module_hash_binary_parse()
265 …if ((user_options->veracrypt_pim_start_chgd == true) && (user_options->veracrypt_pim_stop_chgd == … in module_hash_binary_parse()
267 vc->pim_start = 15 + user_options->veracrypt_pim_start; in module_hash_binary_parse()
[all …]
H A Dmodule_13731.c115 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_esalt_size() argument
122 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_tmp_size() argument
136 …ED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED c… in module_pw_max() argument
198 if (user_options->veracrypt_keyfiles) in module_hash_binary_parse()
200 char *keyfiles = hcstrdup (user_options->veracrypt_keyfiles); in module_hash_binary_parse()
224 if (user_options->keyboard_layout_mapping) in module_hash_binary_parse()
226 if (hc_path_read (user_options->keyboard_layout_mapping)) in module_hash_binary_parse()
228 …initialize_keyboard_layout_mapping (user_options->keyboard_layout_mapping, vc->keyboard_layout_map… in module_hash_binary_parse()
236 …if ((user_options->veracrypt_pim_start_chgd == true) && (user_options->veracrypt_pim_stop_chgd == … in module_hash_binary_parse()
238 vc->pim_start = 15 + user_options->veracrypt_pim_start; in module_hash_binary_parse()
[all …]

12345678910>>...57