Home
last modified time | relevance | path

Searched refs:hashlist_format (Results 1 – 4 of 4) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dhlfmt.c368 u32 hashlist_format = HLFMT_HASHCAT; in hlfmt_detect() local
374 hashlist_format = i; in hlfmt_detect()
379 return hashlist_format; in hlfmt_detect()
H A Dhashes.c836 u32 hashlist_format = HLFMT_HASHCAT; in hashes_init_stage1() local
874hashlist_format = hlfmt_detect (hashcat_ctx, &fp, 100); // 100 = max numbers to "scan". could be h… in hashes_init_stage1()
878 if ((user_options->remove == true) && (hashlist_format != HLFMT_HASHCAT)) in hashes_init_stage1()
936 hashes->hashlist_format = hashlist_format; in hashes_init_stage1()
1085 hlfmt_hash (hashcat_ctx, hashlist_format, input_buf, input_len, &hash_buf, &hash_len); in hashes_init_stage1()
1094 …warning (hashcat_ctx, "Failed to parse hashes using the '%s' format.", strhlfmt (hashlist_format)); in hashes_init_stage1()
1127 hlfmt_user (hashcat_ctx, hashlist_format, input_buf, input_len, &user_buf, &user_len); in hashes_init_stage1()
1275 hlfmt_hash (hashcat_ctx, hashlist_format, line_buf, line_len, &hash_buf, &hash_len); in hashes_init_stage1()
1284 …warning (hashcat_ctx, "Failed to parse hashes using the '%s' format.", strhlfmt (hashlist_format)); in hashes_init_stage1()
1294 hlfmt_user (hashcat_ctx, hashlist_format, line_buf, line_len, &user_buf, &user_len); in hashes_init_stage1()
[all …]
H A Dhashcat.c1259 u32 hashlist_format = HLFMT_HASHCAT; in autodetect_hashmode_test() local
1267 hashlist_format = hlfmt_detect (hashcat_ctx, &fp, 100); in autodetect_hashmode_test()
1272 hashes->hashlist_format = hashlist_format; in autodetect_hashmode_test()
1323 hlfmt_hash (hashcat_ctx, hashlist_format, input_buf, input_len, &hash_buf, &hash_len); in autodetect_hashmode_test()
1355 hlfmt_hash (hashcat_ctx, hashlist_format, line_buf, line_len, &hash_buf, &hash_len); in autodetect_hashmode_test()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h929 u32 hashlist_format; member