HomeSort by relevance Sort by last modified time
    Searched refs:SSH2_MSG_KEX_ECDH_REPLY (Results 1 - 5 of 5) sorted by null

  /external/openssh/
ssh2.h 108 #define SSH2_MSG_KEX_ECDH_REPLY 31
kexc25519c.c 66 debug("expecting SSH2_MSG_KEX_ECDH_REPLY");
67 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_c25519_reply);
kexc25519s.c 142 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_ECDH_REPLY)) != 0 ||
kexecdhs.c 180 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_ECDH_REPLY)) != 0 ||
kexecdhc.c 88 debug("expecting SSH2_MSG_KEX_ECDH_REPLY");
89 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_ecdh_reply);

Completed in 93 milliseconds