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

/freebsd-10-stable/crypto/openssh/
H A Ddh.h37 DH *dh_new_group(BIGNUM *, BIGNUM *);
H A Ddh.c210 return (dh_new_group(dhg.g, dhg.p));
305 dh_new_group(BIGNUM *gen, BIGNUM *modulus) function
H A Dkexgexc.c115 if ((kex->dh = dh_new_group(g, p)) == NULL) {
H A Dssh_namespace.h316 #define dh_new_group Fssh_dh_new_group macro
H A Dmonitor_wrap.c215 return (dh_new_group(g, p));

Completed in 113 milliseconds