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

  /src/crypto/external/apache2/openssl/dist/apps/
passwd.c 527 char rounds_custom = 0; local
564 rounds_custom = 1;
595 if (rounds_custom) {
610 if (strlen(out_buf) > 3 + 17 * rounds_custom + salt_len)
  /src/crypto/external/bsd/openssl/dist/apps/
passwd.c 522 char rounds_custom = 0; local
559 rounds_custom = 1;
590 if (rounds_custom) {
605 if (strlen(out_buf) > 3 + 17 * rounds_custom + salt_len )
  /src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c 519 char rounds_custom = 0; local
556 rounds_custom = 1;
587 if (rounds_custom) {
601 if (strlen(out_buf) > 3 + 17 * rounds_custom + salt_len )

Completed in 25 milliseconds