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.h217 int kex_input_ext_info(int, u_int32_t, struct ssh *);
H A Dkex.c477 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 Dauth2.c178 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in do_authentication2()
H A Dsshconnect2.c462 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 Dssh_namespace.h354 #define kex_input_ext_info Fssh_kex_input_ext_info macro