Searched refs:rounds_prefix (Results 1 – 1 of 1) sorted by relevance
498 static const char rounds_prefix[] = "rounds="; in shacrypt() local546 if (strncmp(salt, rounds_prefix, sizeof(rounds_prefix) - 1) == 0) { in shacrypt()547 const char *num = salt + sizeof(rounds_prefix) - 1; in shacrypt()
Completed in 5 milliseconds