Searched refs:dh_new_group (Results 1 – 4 of 4) sorted by relevance
37 DH *dh_new_group(BIGNUM *, BIGNUM *);
210 return (dh_new_group(dhg.g, dhg.p)); in choose_dh()301 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() function
122 if ((kex->dh = dh_new_group(g, p)) == NULL) { in input_kex_dh_gex_group()
217 return (dh_new_group(g, p)); in mm_choose_dh()