Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dautotune.c19 device_param->kernel_params_buf32[29] = kernel_loops; // not a bug, both need to be set in try_run()
124 u32 kernel_loops = kernel_loops_min; in autotune() local
186 try_run (hashcat_ctx, device_param, kernel_accel, kernel_loops, kernel_threads); in autotune()
187 try_run (hashcat_ctx, device_param, kernel_accel, kernel_loops, kernel_threads); in autotune()
188 try_run (hashcat_ctx, device_param, kernel_accel, kernel_loops, kernel_threads); in autotune()
312 for (kernel_loops = kernel_loops_max; kernel_loops > kernel_loops_min; kernel_loops >>= 1) in autotune()
314 if (kernel_loops > kernel_loops_max_reduced) continue; in autotune()
346 if (kernel_accel < kernel_loops) in autotune()
349 const u32 kernel_loops_orig = kernel_loops; in autotune()
375 kernel_loops = kernel_loops_try; in autotune()
[all …]
H A Dtuningdb.c232 int kernel_loops = -1; in tuning_db_process_line() local
266 kernel_loops = 0; in tuning_db_process_line()
272 kernel_loops = KERNEL_RULES; in tuning_db_process_line()
276 kernel_loops = KERNEL_COMBS; in tuning_db_process_line()
280 kernel_loops = KERNEL_BFS; in tuning_db_process_line()
285 kernel_loops = (int) strtol (token_ptr[5], NULL, 10); in tuning_db_process_line()
287 if (kernel_loops < 1) in tuning_db_process_line()
296 … if ((user_options_extra->attack_kern == ATTACK_KERN_STRAIGHT) && (kernel_loops > KERNEL_RULES)) in tuning_db_process_line()
305 if ((user_options_extra->attack_kern == ATTACK_KERN_COMBI) && (kernel_loops > KERNEL_COMBS)) in tuning_db_process_line()
314 if ((user_options_extra->attack_kern == ATTACK_KERN_BF) && (kernel_loops > KERNEL_BFS)) in tuning_db_process_line()
[all …]
H A Duser_options.c216 user_options->kernel_loops = KERNEL_LOOPS; in user_options_init()
909 if (user_options->kernel_loops < 1) in user_options_sanity()
916 if (user_options->kernel_loops > 1024) in user_options_sanity()
1819 user_options->kernel_loops = KERNEL_RULES; in user_options_preprocess()
1823 user_options->kernel_loops = KERNEL_COMBS; in user_options_preprocess()
1827 user_options->kernel_loops = KERNEL_BFS; in user_options_preprocess()
1831 user_options->kernel_loops = KERNEL_COMBS; in user_options_preprocess()
1835 user_options->kernel_loops = KERNEL_COMBS; in user_options_preprocess()
1839 user_options->kernel_loops = KERNEL_RULES; in user_options_preprocess()
2027 event_log_info (hashcat_ctx, "* --kernel-loops=%u", user_options->kernel_loops); in user_options_info()
[all …]
H A Ddispatch.c325 device_param->kernel_loops_prev = device_param->kernel_loops; in calc_stdin()
329 device_param->kernel_loops = 0; in calc_stdin()
1585 device_param->kernel_loops_prev = device_param->kernel_loops; in calc()
1589 device_param->kernel_loops = 0; in calc()
H A Dstatus.c2184 return device_param->kernel_loops; in status_get_kernel_loops_dev()
H A Dbackend.c4582 const u32 loop_step = device_param->kernel_loops; in choose_kernel()
4738 u32 loop_step = device_param->kernel_loops; in choose_kernel()
6346 …(hashconfig->attack_exec == ATTACK_EXEC_INSIDE_KERNEL) innerloop_step = device_param->kernel_loops; in run_cracker()
9893 device_param_dst->kernel_loops = device_param_src->kernel_loops; in backend_ctx_devices_sync_tuning()
11016 const u32 _kernel_loops = user_options->kernel_loops; in backend_session_begin()
11028 u32 _kernel_loops = tuningdb_entry->kernel_loops; in backend_session_begin()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1242 u32 kernel_loops; member
2047 int kernel_loops; member
2219 u32 kernel_loops; member