Home
last modified time | relevance | path

Searched refs:ROUNDS_MIN (Results 1 – 25 of 103) sorted by relevance

12345

/dports/security/libxcrypt/libxcrypt-4.4.27/lib/
H A Dcrypt-sha256.c40 #define ROUNDS_MIN 1000 macro
133 || rounds < ROUNDS_MIN in crypt_sha256crypt_rn()
304 gensalt_sha_rn ('5', SALT_LEN_MAX, ROUNDS_DEFAULT, ROUNDS_MIN, ROUNDS_MAX, in gensalt_sha256crypt_rn()
H A Dcrypt-sha512.c40 #define ROUNDS_MIN 1000 macro
134 || rounds < ROUNDS_MIN in crypt_sha512crypt_rn()
319 gensalt_sha_rn ('6', SALT_LEN_MAX, ROUNDS_DEFAULT, ROUNDS_MIN, ROUNDS_MAX, in gensalt_sha512crypt_rn()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dztex_sha256crypt.c60 #define ROUNDS_MIN 1 macro
248 srounds = srounds < ROUNDS_MIN ? in get_salt()
249 ROUNDS_MIN : srounds; in get_salt()
H A Dztex_sha512crypt.c207 srounds = srounds < ROUNDS_MIN ? in get_salt()
208 ROUNDS_MIN : srounds; in get_salt()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dpw_encrypt_sha.c13 #define ROUNDS_MIN 1000 macro
70 if (rounds < ROUNDS_MIN) in sha_crypt()
71 rounds = ROUNDS_MIN; in sha_crypt()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/crypt/
H A Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/crypt/
H A Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/crypt/
H A Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/crypt/
H A Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/crypt/
H A Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/crypt/
H A Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/crypt/
H A Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/mysql56-client/mysql-5.6.51/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/
H A Dcrypt_genhash_impl.h30 #define ROUNDS_MIN 1000 macro
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/percona57-server/percona-server-5.7.36-39/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/percona57-client/percona-server-5.7.36-39/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/mysql57-client/mysql-5.7.36/include/
H A Dcrypt_genhash_impl.h26 #define ROUNDS_MIN 1000 macro
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/
H A Dcrypt_genhash_impl.h36 #define ROUNDS_MIN 1000 macro

12345