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

/freebsd-9.3-release/lib/libcrypt/
H A Dcrypt-sha512.c51 static const char sha512_rounds_prefix[] = "rounds="; variable
87 if (strncmp(salt, sha512_rounds_prefix, sizeof(sha512_rounds_prefix) - 1)
89 num = salt + sizeof(sha512_rounds_prefix) - 1;
218 sha512_rounds_prefix, rounds);
295 + sizeof(sha512_rounds_prefix) + 9 + 1

Completed in 60 milliseconds