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

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

Completed in 42 milliseconds