Searched refs:dh_new_group (Results 1 – 5 of 5) sorted by relevance
39 DH *dh_new_group(BIGNUM *, BIGNUM *);
230 return (dh_new_group(dhg.g, dhg.p)); in choose_dh()338 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() function
114 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()
252 #define dh_new_group Fssh_dh_new_group macro