Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c170 uint32_t confrounds = 0; in crypt_gensalt_impl() local
180 confrounds = getrounds(params[i]); in crypt_gensalt_impl()
195 if (confrounds > saltrounds) { in crypt_gensalt_impl()
196 saltrounds = confrounds; in crypt_gensalt_impl()
/titanic_41/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c367 uint32_t confrounds = 0; in crypt_gensalt_impl() local
374 confrounds = getrounds(params[i]); in crypt_gensalt_impl()
387 if (confrounds > saltrounds) { in crypt_gensalt_impl()
388 saltrounds = confrounds; in crypt_gensalt_impl()