Home
last modified time | relevance | path

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

/freebsd/lib/libcrypt/
H A Dcrypt-sha512.c49 static const char sha512_salt_prefix[] = "$6$"; variable
80 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()