Home
last modified time | relevance | path

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

/external/openssh/
Ddh.h37 DH *dh_new_group(BIGNUM *, BIGNUM *);
Ddh.c209 return (dh_new_group(dhg.g, dhg.p)); in choose_dh()
309 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() function
Dkexgexc.c115 if ((kex->dh = dh_new_group(g, p)) == NULL) { in input_kex_dh_gex_group()
Dmonitor_wrap.c214 return (dh_new_group(g, p)); in mm_choose_dh()