Searched refs:kex_input_ext_info (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | kex.h | 217 int kex_input_ext_info(int, u_int32_t, struct ssh *);
|
H A D | kex.c | 477 kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh) in kex_input_ext_info() function 532 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in kex_input_newkeys()
|
H A D | auth2.c | 178 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in do_authentication2()
|
H A D | sshconnect2.c | 462 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, kex_input_ext_info); in ssh_userauth2() 514 &kex_input_ext_info : &input_userauth_error); in input_userauth_service_accept()
|
H A D | ssh_namespace.h | 354 #define kex_input_ext_info Fssh_kex_input_ext_info macro
|