Home
last modified time | relevance | path

Searched refs:dh_pub_is_valid (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
H A Ddh.h47 int dh_pub_is_valid(const DH *, const BIGNUM *);
H A Ddh.c236 dh_pub_is_valid(const DH *dh, const BIGNUM *dh_pub) in dh_pub_is_valid() function
307 if (!dh_pub_is_valid(dh, pub_key)) in dh_gen_key()
H A Dkexdh.c89 if (!dh_pub_is_valid(kex->dh, dh_pub)) { in kex_dh_compute_key()