Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c129 getrounds(const char *s) in getrounds() function
180 confrounds = getrounds(params[i]); in crypt_gensalt_impl()
194 saltrounds = getrounds(oldsalt); in crypt_gensalt_impl()
302 maxrounds += getrounds(salt); in crypt_genhash_impl()
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c129 getrounds(const char *s) in getrounds() function
191 srounds = getrounds(salt); in crypt_genhash_impl()
374 confrounds = getrounds(params[i]); in crypt_gensalt_impl()
386 saltrounds = getrounds(oldsalt); in crypt_gensalt_impl()