Searched refs:rounds_prefix (Results 1 – 2 of 2) 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()