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