Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dhashes.c1054 u32 hashes_cnt = 0; in hashes_init_stage1() local
1060 hashes_cnt = 1; in hashes_init_stage1()
1488 hashes_cnt++; in hashes_init_stage1()
1499 hashlist_parse.hashes_cnt = hashes_cnt; in hashes_init_stage1()
1507 hashlist_parse.hashes_cnt = hashes_cnt; in hashes_init_stage1()
1573 hashes_cnt++; in hashes_init_stage1()
1583 hashes->hashes_cnt = hashes_cnt; in hashes_init_stage1()
1585 if (hashes_cnt) in hashes_init_stage1()
1638 u32 hashes_cnt = hashes->hashes_cnt; in hashes_init_stage2() local
1682 hashes->hashes_cnt = hashes_cnt; in hashes_init_stage2()
[all …]
H A Dpotfile.c397 u32 hashes_cnt = hashes->hashes_cnt; in potfile_remove_parse() local
438 tree_entry_cache = (pot_tree_entry_t *) hccalloc (hashes_cnt, sizeof (pot_tree_entry_t)); in potfile_remove_parse()
441 tree_nodes_cache = (pot_hash_node_t *) hccalloc (hashes_cnt, sizeof (pot_hash_node_t)); in potfile_remove_parse()
443 for (u32 hash_pos = 0; hash_pos < hashes_cnt; hash_pos++) in potfile_remove_parse()
561 for (u32 hashes_pos = 0; hashes_pos < hashes_cnt; hashes_pos++) in potfile_remove_parse()
591 …hash_t *found = (hash_t *) hc_bsearch_r (&hash_buf, hashes_buf, hashes_cnt, sizeof (hash_t), sort_… in potfile_remove_parse()
645 …pot_orig_line_entry_t *final_buf = (pot_orig_line_entry_t *) hccalloc (hashes->hashes_cnt, sizeof … in potfile_handle_show()
887 …pot_orig_line_entry_t *final_buf = (pot_orig_line_entry_t *) hccalloc (hashes->hashes_cnt, sizeof … in potfile_handle_left()
H A Dmain.c972 const u64 hashes_cnt = hashlist_parse->hashes_cnt; in main_hashlist_parse_hash() local
975 if (hashes_cnt < hashes_avail) in main_hashlist_parse_hash()
977 …rsing Hashes: %" PRIu64 "/%" PRIu64 " (%0.2f%%)...", hashes_cnt, hashes_avail, ((double) hashes_cn… in main_hashlist_parse_hash()
981 …event_log_info_nn (hashcat_ctx, "Parsed Hashes: %" PRIu64 "/%" PRIu64 " (%0.2f%%)", hashes_cnt, ha… in main_hashlist_parse_hash()
H A Dbrain.c2703 const int hashes_cnt = in_size / BRAIN_HASH_SIZE; in brain_server_handle_client() local
2705 if (hashes_cnt == 0) in brain_server_handle_client()
2712 if ((brain_server_db_short->short_cnt + hashes_cnt) > passwords_max) in brain_server_handle_client()
2727 for (int hash_idx = 0, recv_idx = 0; hash_idx < hashes_cnt; hash_idx += 1, recv_idx += 2) in brain_server_handle_client()
2741 … qsort (temp_buf, hashes_cnt, sizeof (brain_server_hash_unique_t), brain_server_sort_hash_unique); in brain_server_handle_client()
2745 for (i64 temp_idx = 1; temp_idx < hashes_cnt; temp_idx++) in brain_server_handle_client()
2934 for (i64 hashes_idx = 0; hashes_idx < hashes_cnt; hashes_idx++) in brain_server_handle_client()
2946 … %" PRIi64 ", Inc: %d, New: %d\n", ms, brain_server_db_hash->long_cnt, hashes_cnt, local_lookup_ne… in brain_server_handle_client()
2950 int out_size = hashes_cnt; in brain_server_handle_client()
H A Dhashcat.c534 if (hashes->hashes_cnt == 0) in outer_loop()
546 hashes->hashes_cnt_orig = hashes->hashes_cnt; in outer_loop()
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_22001.c172 int hashes_cnt = 0; in module_hash_binary_parse() local
192 memset (hashes_buf[hashes_cnt].salt, 0, sizeof (salt_t)); in module_hash_binary_parse()
194 memset (hashes_buf[hashes_cnt].esalt, 0, sizeof (wpa_t)); in module_hash_binary_parse()
196 wpa_t *wpa = (wpa_t *) hashes_buf[hashes_cnt].esalt; in module_hash_binary_parse()
204 hash_t *hash = &hashes_buf[hashes_cnt]; in module_hash_binary_parse()
210 hashes_cnt++; in module_hash_binary_parse()
225 memset (hashes_buf[hashes_cnt].salt, 0, sizeof (salt_t)); in module_hash_binary_parse()
229 wpa_t *wpa = (wpa_t *) hashes_buf[hashes_cnt].esalt; in module_hash_binary_parse()
237 hash_t *hash = &hashes_buf[hashes_cnt]; in module_hash_binary_parse()
243 hashes_cnt++; in module_hash_binary_parse()
[all …]
H A Dmodule_22000.c171 int hashes_cnt = 0; in module_hash_binary_parse() local
191 memset (hashes_buf[hashes_cnt].salt, 0, sizeof (salt_t)); in module_hash_binary_parse()
193 memset (hashes_buf[hashes_cnt].esalt, 0, sizeof (wpa_t)); in module_hash_binary_parse()
195 wpa_t *wpa = (wpa_t *) hashes_buf[hashes_cnt].esalt; in module_hash_binary_parse()
203 hash_t *hash = &hashes_buf[hashes_cnt]; in module_hash_binary_parse()
209 hashes_cnt++; in module_hash_binary_parse()
224 memset (hashes_buf[hashes_cnt].salt, 0, sizeof (salt_t)); in module_hash_binary_parse()
228 wpa_t *wpa = (wpa_t *) hashes_buf[hashes_cnt].esalt; in module_hash_binary_parse()
236 hash_t *hash = &hashes_buf[hashes_cnt]; in module_hash_binary_parse()
242 hashes_cnt++; in module_hash_binary_parse()
[all …]
H A Dmodule_14600.c227 int hashes_cnt = 0; in module_hash_binary_parse() local
232 hash_t *hash = &hashes_buf[hashes_cnt]; in module_hash_binary_parse()
246 hashes_cnt++; in module_hash_binary_parse()
249 if (hashes_cnt == 0) in module_hash_binary_parse()
255 return hashes_cnt; in module_hash_binary_parse()
H A Dmodule_02500.c375 int hashes_cnt = 0; in module_hash_binary_parse() local
389 memset (hashes_buf[hashes_cnt].salt, 0, sizeof (salt_t)); in module_hash_binary_parse()
391 memset (hashes_buf[hashes_cnt].esalt, 0, sizeof (wpa_eapol_t)); in module_hash_binary_parse()
393 wpa_eapol_t *wpa_eapol = (wpa_eapol_t *) hashes_buf[hashes_cnt].esalt; in module_hash_binary_parse()
450 hash_t *hash = &hashes_buf[hashes_cnt]; in module_hash_binary_parse()
456 hashes_cnt++; in module_hash_binary_parse()
463 return hashes_cnt; in module_hash_binary_parse()
H A Dmodule_02501.c350 int hashes_cnt = 0; in module_hash_binary_parse() local
364 memset (hashes_buf[hashes_cnt].salt, 0, sizeof (salt_t)); in module_hash_binary_parse()
366 memset (hashes_buf[hashes_cnt].esalt, 0, sizeof (wpa_eapol_t)); in module_hash_binary_parse()
368 wpa_eapol_t *wpa_eapol = (wpa_eapol_t *) hashes_buf[hashes_cnt].esalt; in module_hash_binary_parse()
425 hash_t *hash = &hashes_buf[hashes_cnt]; in module_hash_binary_parse()
431 hashes_cnt++; in module_hash_binary_parse()
438 return hashes_cnt; in module_hash_binary_parse()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h949 u32 hashes_cnt; member
2617 u64 hashes_cnt; member