Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h103 #define SSH2_MSG_KEX_ECDH_REPLY 31 macro
Dkexc25519s.c142 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_ECDH_REPLY)) != 0 || in input_kex_c25519_init()
Dkexc25519c.c67 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_c25519_reply); in kexc25519_client()
Dkexecdhs.c180 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_ECDH_REPLY)) != 0 || in input_kex_ecdh_init()
Dkexecdhc.c89 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_ecdh_reply); in kexecdh_client()