Home
last modified time | relevance | path

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

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h274 #define SALT_SIZE_MIN_SHA512AIX 16 macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c5204 int min_line_len = SHA512AIX_SIGN + 2 + 1 + SALT_SIZE_MIN_SHA512AIX + 1 + HASH_SIZE_SHA512AIX; in parse_hash_line()
5214 …if ((*salt_len < SALT_SIZE_MIN_SHA512AIX) || (*salt_len > SALT_SIZE_MAX_SHA512AIX)) return (LINE_S… in parse_hash_line()