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

  /src/crypto/external/apache2/openssl/dist/apps/
passwd.c 510 #define ROUNDS_MIN 1000
560 else if (srounds < ROUNDS_MIN)
561 rounds = ROUNDS_MIN;
  /src/crypto/external/bsd/openssl/dist/apps/
passwd.c 505 # define ROUNDS_MIN 1000
555 else if (srounds < ROUNDS_MIN)
556 rounds = ROUNDS_MIN;
  /src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c 502 # define ROUNDS_MIN 1000
552 else if (srounds < ROUNDS_MIN)
553 rounds = ROUNDS_MIN;

Completed in 26 milliseconds