Searched refs:kex_input_newkeys (Results 1 – 1 of 1) sorted by relevance
64 static int kex_input_newkeys(int, u_int32_t, struct ssh *);397 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys); in kex_send_newkeys()519 kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh) in kex_input_newkeys() function