Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexgen.c45 static int input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh);
134 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_gen_reply); in kex_gen_client()
139 input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh) in input_kex_gen_reply() function
H A Dssh_namespace.h323 #define input_kex_gen_reply Fssh_input_kex_gen_reply macro