HomeSort by: relevance | last modified time | path
    Searched defs:rekey_limit (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.h 139 int64_t rekey_limit; member in struct:__anon181
servconf.h 255 int64_t rekey_limit; member in struct:__anon186
packet.c 176 uint64_t max_blocks_in, max_blocks_out, rekey_limit; member in struct:session_state
1049 if (state->rekey_limit) {
1051 state->rekey_limit / enc->block_size);
2347 ssh->state->rekey_limit = bytes;
2480 (r = sshbuf_put_u64(m, state->rekey_limit)) != 0 ||
2620 (r = sshbuf_get_u64(m, &state->rekey_limit)) != 0 ||
3054 if (state->rekey_limit == 0) {

Completed in 50 milliseconds