HomeSort by: relevance | last modified time | path
    Searched refs:rounds_prefix (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
passwd.c 504 static const char rounds_prefix[] = "rounds="; local
552 if (strncmp(salt, rounds_prefix, sizeof(rounds_prefix) - 1) == 0) {
553 const char *num = salt + sizeof(rounds_prefix) - 1;
  /src/crypto/external/bsd/openssl/dist/apps/
passwd.c 499 static const char rounds_prefix[] = "rounds="; local
547 if (strncmp(salt, rounds_prefix, sizeof(rounds_prefix) - 1) == 0) {
548 const char *num = salt + sizeof(rounds_prefix) - 1;
  /src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c 496 static const char rounds_prefix[] = "rounds="; local
544 if (strncmp(salt, rounds_prefix, sizeof(rounds_prefix) - 1) == 0) {
545 const char *num = salt + sizeof(rounds_prefix) - 1;

Completed in 28 milliseconds