Home | History | Annotate | Download | only in openssh

Lines Matching refs:rounds

223 	long long rounds;
237 rounds = strtonum(rounds_s, 1, 1<<31, NULL);
246 rounds = MAX(rounds, 7250);
247 rounds = MIN(rounds, (1<<24) - 1);
249 pw_encode64(rounds), pw_encode64(rounds >> 6),
250 pw_encode64(rounds >> 12), pw_encode64(rounds >> 18),
255 rounds = MAX(rounds, 3);
256 rounds = MIN(rounds, 31);
257 xasprintf(salt, "$2a$%02lld$%s", rounds,
291 * "$2$", 2 digit rounds, "$", 22 bytes salt
301 * "$2a$", 2 digit rounds, "$", 22 bytes salt