Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c250 int maxrounds = BASIC_ROUND_COUNT; in crypt_genhash_impl() local
302 maxrounds += getrounds(salt); in crypt_genhash_impl()
326 for (round = 0; round < maxrounds; round++) { in crypt_genhash_impl()