Searched refs:kex_dh_dec (Results 1 – 4 of 4) sorted by relevance
163 if ((r = kex_dh_dec(kex, client_blob, shared_secretp)) != 0) in kex_dh_enc()175 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, in kex_dh_dec() function
226 int kex_dh_dec(struct kex *, const struct sshbuf *, struct sshbuf **);
182 r = kex_dh_dec(kex, server_blob, &shared_secret); in input_kex_gen_reply()
338 #define kex_dh_dec Fssh_kex_dh_dec macro