Searched refs:kex_ecdh_dec (Results 1 – 3 of 3) sorted by relevance
200 kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_ecdh_dec() function234 kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_ecdh_dec() function
214 int kex_ecdh_dec(struct kex *, const struct sshbuf *, struct sshbuf **);
182 r = kex_ecdh_dec(kex, server_blob, &shared_secret); in input_kex_gen_reply()