Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dmonitor.c35 const int runtime_left = (int) (status_ctx->runtime_start in get_runtime_left() local
40 return runtime_left; in get_runtime_left()
199 const int runtime_left = get_runtime_left (hashcat_ctx); in monitor() local
201 if (runtime_left <= 0) in monitor()
H A Dstatus.c1100 const int runtime_left = get_runtime_left (hashcat_ctx); in status_get_time_estimated_relative() local
1104 if (runtime_left > 0) in status_get_time_estimated_relative()
1106 time_t sec_left = runtime_left; in status_get_time_estimated_relative()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c3376 int runtime_left = engine_parameter->runtime; in check_runtime() local
3385 runtime_left--; in check_runtime()
3389 if (runtime_left <= 0) in check_runtime()