Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dhashes.c838 u64 hashes_avail = 0; in hashes_init_stage1() local
844 hashes_avail = 1; in hashes_init_stage1()
859 hashes_avail = count_lines (&fp); in hashes_init_stage1()
865 if (hashes_avail == 0) in hashes_init_stage1()
902 hashes_avail = binary_count; in hashes_init_stage1()
925 hashes_avail = 1; in hashes_init_stage1()
931 hashes_avail = 1; in hashes_init_stage1()
952 for (hash_pos = 0; hash_pos < hashes_avail; hash_pos++) in hashes_init_stage1()
1265 if (hashes_avail == hashes_cnt) in hashes_init_stage1()
1500 hashlist_parse.hashes_avail = hashes_avail; in hashes_init_stage1()
[all …]
H A Dmain.c973 const u64 hashes_avail = hashlist_parse->hashes_avail; in main_hashlist_parse_hash() local
975 if (hashes_cnt < hashes_avail) in main_hashlist_parse_hash()
977 … %" PRIu64 "/%" PRIu64 " (%0.2f%%)...", hashes_cnt, hashes_avail, ((double) hashes_cnt / hashes_av… in main_hashlist_parse_hash()
981 …(hashcat_ctx, "Parsed Hashes: %" PRIu64 "/%" PRIu64 " (%0.2f%%)", hashes_cnt, hashes_avail, 100.0); in main_hashlist_parse_hash()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h2618 u64 hashes_avail; member