Home
last modified time | relevance | path

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

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h115 #define HASH_TYPE_SHA512UNIX 16 macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c1845 case HASH_TYPE_SHA512UNIX: in write_digest()
3508 || engine_parameter->hash_type == HASH_TYPE_SHA512UNIX in store_out()
4873 else if (hash_type == HASH_TYPE_SHA512UNIX) in parse_hash_line()
8699 else if (engine_parameter->hash_type == HASH_TYPE_SHA512UNIX) in load_hashes()
13450 …case HASH_TYPE_SHA512UNIX: qsort (index->digests_buf, index->digests_cnt, sizeof (digest_t *), … in load_hashes()
13524 …case HASH_TYPE_SHA512UNIX: qsort (index->digests_buf, index->digests_cnt, sizeof (digest_t *), … in load_hashes()
15241 case 1800: engine_parameter->hash_type = HASH_TYPE_SHA512UNIX; in main()
H A Dengine.c15484 …->hash_type == HASH_TYPE_SHA512 || thread_parameter->hash_type == HASH_TYPE_SHA512UNIX || thread_p… in attack_a5r0()
15591 …->hash_type == HASH_TYPE_SHA512 || thread_parameter->hash_type == HASH_TYPE_SHA512UNIX || thread_p… in attack_a4r0()
15808 …->hash_type == HASH_TYPE_SHA512 || thread_parameter->hash_type == HASH_TYPE_SHA512UNIX || thread_p… in attack_a1r1()
16004 …->hash_type == HASH_TYPE_SHA512 || thread_parameter->hash_type == HASH_TYPE_SHA512UNIX || thread_p… in attack_a1r0()
16104 …->hash_type == HASH_TYPE_SHA512 || thread_parameter->hash_type == HASH_TYPE_SHA512UNIX || thread_p… in attack_a0r1()
16289 …->hash_type == HASH_TYPE_SHA512 || thread_parameter->hash_type == HASH_TYPE_SHA512UNIX || thread_p… in attack_a0r0()
16697 …else if ((engine_parameter->hash_type == HASH_TYPE_SHA512UNIX) && (engine_parameter->salt_type == … in run_threads()