Searched refs:rounds_custom (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libcrypt/
H A Dcrypt-sha256.c73 bool rounds_custom; local
77 rounds_custom = false;
93 rounds_custom = true;
213 if (rounds_custom)
H A Dcrypt-sha512.c73 bool rounds_custom; local
77 rounds_custom = false;
93 rounds_custom = true;
213 if (rounds_custom)
/freebsd-13-stable/crypto/openssl/apps/
H A Dpasswd.c519 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 112 milliseconds