Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h210 int kex_input_ext_info(int, u_int32_t, struct ssh *);
H A Dkex.c725 kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh) in kex_input_ext_info() function
780 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in kex_input_newkeys()
H A Dauth2.c178 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in do_authentication2()
H A Dsshconnect2.c463 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, kex_input_ext_info); in ssh_userauth2()
515 &kex_input_ext_info : &input_userauth_error); in input_userauth_service_accept()
H A Dssh_namespace.h353 #define kex_input_ext_info Fssh_kex_input_ext_info macro