Home
last modified time | relevance | path

Searched refs:ROUNDS_MAX (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/crypt/
Dcrypt_sha256.c175 #define ROUNDS_MAX 9999999 macro
232 else if (u > ROUNDS_MAX) in sha256crypt()
Dcrypt_sha512.c196 #define ROUNDS_MAX 9999999 macro
254 else if (u > ROUNDS_MAX) in sha512crypt()
/third_party/node/deps/openssl/openssl/apps/
Dpasswd.c507 # define ROUNDS_MAX 999999999 in shacrypt() macro
553 if (srounds > ROUNDS_MAX) in shacrypt()
554 rounds = ROUNDS_MAX; in shacrypt()
/third_party/openssl/apps/
Dpasswd.c507 # define ROUNDS_MAX 999999999 in shacrypt() macro
553 if (srounds > ROUNDS_MAX) in shacrypt()
554 rounds = ROUNDS_MAX; in shacrypt()