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

/u-boot/lib/crypt/
H A Dcrypt-sha512.c38 static const char sha512_rounds_prefix[] = "rounds="; variable
57 (sizeof (sha512_salt_prefix) + sizeof (sha512_rounds_prefix) + \
142 if (strncmp (salt, sha512_rounds_prefix, sizeof (sha512_rounds_prefix) - 1)
145 const char *num = salt + sizeof (sha512_rounds_prefix) - 1;
291 "%s%zu$", sha512_rounds_prefix, rounds);

Completed in 41 milliseconds