Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dpacket.h169 void ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, u_int32_t);
H A Dssh_namespace.h717 #define ssh_packet_set_rekey_limits Fssh_ssh_packet_set_rekey_limits macro
H A Dsshd.c2491 ssh_packet_set_rekey_limits(ssh, options.rekey_limit,
H A Dpacket.c2196 ssh_packet_set_rekey_limits(struct ssh *ssh, u_int64_t bytes, u_int32_t seconds) in ssh_packet_set_rekey_limits() function
H A Dsshconnect2.c232 ssh_packet_set_rekey_limits(ssh, options.rekey_limit, in ssh_kex2()