Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddh.h37 DH *choose_dh(int, int, int);
H A Dkexgexs.c102 kex->dh = PRIVSEP(choose_dh(min, nbits, max)); in input_kex_dh_gex_request()
H A Ddh.c159 choose_dh(int min, int wantbits, int max) in choose_dh() function
H A Dmonitor.c585 dh = choose_dh(min, want, max); in mm_answer_moduli()