Searched refs:choose_dh (Results 1 – 4 of 4) sorted by relevance
37 DH *choose_dh(int, int, int);
100 kex->dh = PRIVSEP(choose_dh(min, nbits, max)); in input_kex_dh_gex_request()
147 choose_dh(int min, int wantbits, int max) in choose_dh() function
594 dh = choose_dh(min, want, max); in mm_answer_moduli()