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

/freebsd-10.0-release/crypto/openssh/
H A Ddh.h37 DH *dh_new_group(BIGNUM *, BIGNUM *);
H A Ddh.c207 return (dh_new_group(dhg.g, dhg.p));
308 dh_new_group(BIGNUM *gen, BIGNUM *modulus) function
313 fatal("dh_new_group: DH_new");
H A Dkexgexc.c104 dh = dh_new_group(g, p);
H A Dssh_namespace.h192 #define dh_new_group ssh_dh_new_group macro
H A Dmonitor_wrap.c210 return (dh_new_group(g, p));

Completed in 251 milliseconds