Searched defs:maxrounds (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/crypt_modules/sunmd5/ | ||
H A D | sunmd5.c | 250 int maxrounds = BASIC_ROUND_COUNT; local 302 maxrounds += getrounds(salt); 326 for (round = 0; round < maxrounds; round++) { |
Completed in 55 milliseconds