Searched refs:sha512_rounds_prefix (Results 1 – 1 of 1) sorted by relevance
52 static const char sha512_rounds_prefix[] = "rounds="; variable84 if (strncmp(salt, sha512_rounds_prefix, sizeof(sha512_rounds_prefix) - 1) in crypt_sha512()86 num = salt + sizeof(sha512_rounds_prefix) - 1; in crypt_sha512()213 cp += sprintf(cp, "%s%zu$", sha512_rounds_prefix, rounds); in crypt_sha512()