Home
last modified time | relevance | path

Searched refs:kex_input_newkeys (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dkex.c69 static int kex_input_newkeys(int, u_int32_t, struct ssh *);
650 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys); in kex_send_newkeys()
772 kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh) in kex_input_newkeys() function
H A Dssh_namespace.h355 #define kex_input_newkeys Fssh_kex_input_newkeys macro