Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c177 int srounds = 0; in crypt_genhash_impl() local
191 srounds = getrounds(salt); in crypt_genhash_impl()
192 if (srounds != 0) { in crypt_genhash_impl()
193 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_genhash_impl()