Home
last modified time | relevance | path

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

/external/openssh/
Ddh.h39 DH *dh_new_group(BIGNUM *, BIGNUM *);
Ddh.c217 return (dh_new_group(dhg.g, dhg.p)); in choose_dh()
325 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() function
Dkexgexc.c112 if ((kex->dh = dh_new_group(g, p)) == NULL) { in input_kex_dh_gex_group()
Dmonitor_wrap.c212 return (dh_new_group(g, p)); in mm_choose_dh()