Home
last modified time | relevance | path

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

/third_party/musl/src/crypt/
Dcrypt_sha256.c174 #define ROUNDS_MIN 1000 macro
230 if (u < ROUNDS_MIN) in sha256crypt()
231 r = ROUNDS_MIN; in sha256crypt()
Dcrypt_sha512.c195 #define ROUNDS_MIN 1000 macro
252 if (u < ROUNDS_MIN) in sha512crypt()
253 r = ROUNDS_MIN; in sha512crypt()
/third_party/node/deps/openssl/openssl/apps/
Dpasswd.c505 # define ROUNDS_MIN 1000 in shacrypt() macro
555 else if (srounds < ROUNDS_MIN) in shacrypt()
556 rounds = ROUNDS_MIN; in shacrypt()
/third_party/openssl/apps/
Dpasswd.c505 # define ROUNDS_MIN 1000 in shacrypt() macro
555 else if (srounds < ROUNDS_MIN) in shacrypt()
556 rounds = ROUNDS_MIN; in shacrypt()