Home
last modified time | relevance | path

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

/third_party/musl/src/crypt/
Dcrypt_sha256.c173 #define ROUNDS_DEFAULT 5000 macro
206 r = ROUNDS_DEFAULT; in sha256crypt()
Dcrypt_sha512.c194 #define ROUNDS_DEFAULT 5000 macro
228 r = ROUNDS_DEFAULT; in sha512crypt()
/third_party/node/deps/openssl/openssl/apps/
Dpasswd.c503 # define ROUNDS_DEFAULT 5000 in shacrypt() macro
521 unsigned int rounds = ROUNDS_DEFAULT; /* Default */ in shacrypt()
/third_party/openssl/apps/
Dpasswd.c503 # define ROUNDS_DEFAULT 5000 in shacrypt() macro
521 unsigned int rounds = ROUNDS_DEFAULT; /* Default */ in shacrypt()