Home
last modified time | relevance | path

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

/crypt/
A Dcrypt-entry.c65 static const char sha512_salt_prefix[] = "$6$"; variable
102 if (strncmp (sha512_salt_prefix, salt, sizeof (sha512_salt_prefix) - 1) == 0) in __crypt_r()
173 if (strncmp (sha512_salt_prefix, salt, sizeof (sha512_salt_prefix) - 1) == 0) in weak_alias()
A Dsha512-crypt.c79 static const char sha512_salt_prefix[] = "$6$"; variable
124 if (strncmp (sha512_salt_prefix, salt, sizeof (sha512_salt_prefix) - 1) == 0) in __sha512_crypt_r()
126 salt += sizeof (sha512_salt_prefix) - 1; in __sha512_crypt_r()
315 cp = __stpncpy (buffer, sha512_salt_prefix, MAX (0, buflen)); in __sha512_crypt_r()
316 buflen -= sizeof (sha512_salt_prefix) - 1; in __sha512_crypt_r()
426 int needed = (sizeof (sha512_salt_prefix) - 1 in __sha512_crypt()

Completed in 7 milliseconds