Searched refs:input_kex_dh_gex_reply (Results 1 – 1 of 1) sorted by relevance
55 static int input_kex_dh_gex_reply(int, u_int32_t, void *);135 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply); in input_kex_dh_gex_group()146 input_kex_dh_gex_reply(int type, u_int32_t seq, void *ctxt) in input_kex_dh_gex_reply() function