Home
last modified time | relevance | path

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

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h289 #define SALT_SIZE_MIN_EPIV6_4 24 macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c5418 int line_len1 = EPISERVERV6_4_SIGN + SALT_SIZE_MIN_EPIV6_4 + 1 + HASH_SIZE_EPIV6_4_MIN; in parse_hash_line()
5436 …if (*salt_len < SALT_SIZE_MIN_EPIV6_4 || *salt_len > SALT_SIZE_MAX_EPIV6_4) return (LINE_SALT_LENG… in parse_hash_line()