Home
last modified time | relevance | path

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

/crypt/
A Dcrypt-entry.c62 static const char sha256_salt_prefix[] = "$5$"; variable
97 if (strncmp (sha256_salt_prefix, salt, sizeof (sha256_salt_prefix) - 1) == 0) in __crypt_r()
169 if (strncmp (sha256_salt_prefix, salt, sizeof (sha256_salt_prefix) - 1) == 0) in weak_alias()
A Dsha256-crypt.c79 static const char sha256_salt_prefix[] = "$5$"; variable
124 if (strncmp (sha256_salt_prefix, salt, sizeof (sha256_salt_prefix) - 1) == 0) in __sha256_crypt_r()
126 salt += sizeof (sha256_salt_prefix) - 1; in __sha256_crypt_r()
316 cp = __stpncpy (buffer, sha256_salt_prefix, MAX (0, buflen)); in __sha256_crypt_r()
317 buflen -= sizeof (sha256_salt_prefix) - 1; in __sha256_crypt_r()
404 int needed = (sizeof (sha256_salt_prefix) - 1 in __sha256_crypt()

Completed in 5 milliseconds