Searched refs:sha512_salt_prefix (Results 1 – 1 of 1) sorted by relevance
49 static const char sha512_salt_prefix[] = "$6$"; variable80 if (strncmp(sha512_salt_prefix, salt, sizeof(sha512_salt_prefix) - 1) == 0) in crypt_sha512()82 salt += sizeof(sha512_salt_prefix) - 1; in crypt_sha512()210 cp = stpcpy(buffer, sha512_salt_prefix); in crypt_sha512()