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

/freebsd-current/crypto/openssh/
H A Ddh.h39 DH *dh_new_group(BIGNUM *, BIGNUM *);
H A Ddh.c230 return (dh_new_group(dhg.g, dhg.p));
338 dh_new_group(BIGNUM *gen, BIGNUM *modulus) function
H A Dkexgexc.c114 if ((kex->dh = dh_new_group(g, p)) == NULL) {
H A Dmonitor_wrap.c212 return (dh_new_group(g, p));
H A Dssh_namespace.h252 #define dh_new_group Fssh_dh_new_group macro

Completed in 117 milliseconds