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

/openbsd-current/usr.bin/ssh/
H A Dreadconf.h122 int64_t rekey_limit; member in struct:__anon122
H A Dservconf.h228 int64_t rekey_limit; member in struct:__anon4
H A Dpacket.c170 u_int64_t max_blocks_in, max_blocks_out, rekey_limit; member in struct:session_state
1017 if (state->rekey_limit)
1019 state->rekey_limit / enc->block_size);
2255 ssh->state->rekey_limit = bytes;
2387 (r = sshbuf_put_u64(m, state->rekey_limit)) != 0 ||
2523 (r = sshbuf_get_u64(m, &state->rekey_limit)) != 0 ||
H A Dsshd-session.c1294 if (options.rekey_limit || options.rekey_interval)
1295 ssh_packet_set_rekey_limits(ssh, options.rekey_limit,
H A Dservconf.c125 options->rekey_limit = -1;
368 if (options->rekey_limit == -1)
369 options->rekey_limit = 0;
1626 if (*activep && options->rekey_limit == -1)
1627 options->rekey_limit = val64;
2791 M_CP_INTOPT(rekey_limit);
3200 printf("rekeylimit %llu %d\n", (unsigned long long)o->rekey_limit,
H A Dreadconf.c1267 if (*activep && options->rekey_limit == -1)
1268 options->rekey_limit = val64;
2575 options->rekey_limit = - 1;
2763 if (options->rekey_limit == -1)
2764 options->rekey_limit = 0;
3659 (unsigned long long)o->rekey_limit, o->rekey_interval);
H A Dsshconnect2.c224 if (options.rekey_limit || options.rekey_interval)
225 ssh_packet_set_rekey_limits(ssh, options.rekey_limit,

Completed in 163 milliseconds