Home
last modified time | relevance | path

Searched refs:SHA512UNIX_SIGN (Results 1 – 2 of 2) sorted by relevance

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h341 #define SHA512UNIX_SIGN 3 macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c4875 int min_line_len = SHA512UNIX_SIGN + SALT_SIZE_MIN_SHA512UNIX + 1 + HASH_SIZE_SHA512UNIX; in parse_hash_line()
4876 int max_line_len = SHA512UNIX_SIGN + SALT_SIZE_MAX_SHA512UNIX + 1 + HASH_SIZE_SHA512UNIX; in parse_hash_line()
4878 … if (memcmp (line_buf, SHA512UNIX_MAGIC, SHA512UNIX_SIGN) != 0) return (LINE_SIGNATURE_UNMATCHED); in parse_hash_line()
4880 *salt_buf = line_buf + SHA512UNIX_SIGN; in parse_hash_line()
8719 if (memcmp (line_buf + SHA512UNIX_SIGN, "rounds=", 7) == 0) in load_hashes()
8723 char *iter_buf = line_buf + SHA512UNIX_SIGN + 7; in load_hashes()
8729 salt_search->iterations = atoi (line_buf + SHA512UNIX_SIGN + 7); in load_hashes()