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

/freebsd-13-stable/lib/libcrypt/
H A Dcrypt-sha512.c50 static const char sha512_salt_prefix[] = "$6$"; variable
81 if (strncmp(sha512_salt_prefix, salt, sizeof(sha512_salt_prefix) - 1) == 0)
83 salt += sizeof(sha512_salt_prefix) - 1;
211 cp = stpcpy(buffer, sha512_salt_prefix);

Completed in 49 milliseconds