Home
last modified time | relevance | path

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

/glibc-2.36/crypt/
Dsha256-crypt.c89 #define ROUNDS_MIN 1000 macro
137 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha256_crypt_r()
Dsha512-crypt.c89 #define ROUNDS_MIN 1000 macro
137 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha512_crypt_r()