Searched refs:dh_new_group (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Ddh.h37 DH *dh_new_group(BIGNUM *, BIGNUM *);
H A Ddh.c217 return (dh_new_group(dhg.g, dhg.p));
325 dh_new_group(BIGNUM *gen, BIGNUM *modulus) function
H A Dkexgexc.c117 if ((kex->dh = dh_new_group(g, p)) == NULL) {
H A Dmonitor_wrap.c216 return (dh_new_group(g, p));
H A Dssh_namespace.h249 #define dh_new_group Fssh_dh_new_group macro

Completed in 169 milliseconds