Home
last modified time | relevance | path

Searched refs:dh_new_group (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
H A Ddh.h39 DH *dh_new_group(BIGNUM *, BIGNUM *);
H A Ddh.c230 return (dh_new_group(dhg.g, dhg.p)); in choose_dh()
338 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() function
H A Dkexgexc.c114 if ((kex->dh = dh_new_group(g, p)) == NULL) { in input_kex_dh_gex_group()
H A Dmonitor_wrap.c212 return (dh_new_group(g, p)); in mm_choose_dh()