Home
last modified time | relevance | path

Searched refs:ssh_packet_set_rekey_limits (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.h171 void ssh_packet_set_rekey_limits(struct ssh *, uint64_t, uint32_t);
H A Dsshd-auth.c803 ssh_packet_set_rekey_limits(ssh, options.rekey_limit, in do_ssh2_kex()
H A Dssh_namespace.h728 #define ssh_packet_set_rekey_limits Fssh_ssh_packet_set_rekey_limits macro
H A Dsshconnect2.c231 ssh_packet_set_rekey_limits(ssh, options.rekey_limit, in ssh_kex2()
H A Dpacket.c2345 ssh_packet_set_rekey_limits(struct ssh *ssh, uint64_t bytes, uint32_t seconds) in ssh_packet_set_rekey_limits() function