Searched refs:kex_dh_dec (Results 1 – 3 of 3) sorted by relevance
162 if ((r = kex_dh_dec(kex, client_blob, shared_secretp)) != 0) in kex_dh_enc()174 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, in kex_dh_dec() function
209 int kex_dh_dec(struct kex *, const struct sshbuf *, struct sshbuf **);
179 r = kex_dh_dec(kex, server_blob, &shared_secret); in input_kex_gen_reply()