Home
last modified time | relevance | path

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

/external/openssh/
Dkexgexc.c57 static int input_kex_dh_gex_reply(int, u_int32_t, struct ssh *);
134 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply); in input_kex_dh_gex_group()
143 input_kex_dh_gex_reply(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_reply() function