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