Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
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()
/third_party/openssl/apps/
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()