Home
last modified time | relevance | path

Searched refs:rounds_prefix (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Dpasswd.c499 static const char rounds_prefix[] = "rounds="; in shacrypt() local
547 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