Lines Matching defs:rounds
1034 u_int i, j = 0, rounds, seed = 1;
1037 rounds = (dgst_raw_len / 2) + 1;
1038 if ((retval = calloc(rounds, 6)) == NULL)
1041 for (i = 0; i < rounds; i++) {
1043 if ((i + 1 < rounds) || (dgst_raw_len % 2 != 0)) {
1052 if ((i + 1) < rounds) {
2802 int rounds)
2814 if (rounds <= 0)
2815 rounds = DEFAULT_ROUNDS;
2843 salt, SALT_LEN, key, keylen + ivlen, rounds) < 0) {
2848 (r = sshbuf_put_u32(kdf, rounds)) != 0)
3012 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2;
3079 (r = sshbuf_get_u32(kdf, &rounds)) != 0)
3082 key, keylen + ivlen, rounds) < 0) {