Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ddh.h37 DH *choose_dh(int, int, int);
H A Ddh.c159 choose_dh(int min, int wantbits, int max) in choose_dh() function
H A Dssh_api.c80 return choose_dh(min, nbits, max); in mm_choose_dh()
H A Dssh_namespace.h196 #define choose_dh Fssh_choose_dh macro
H A Dmonitor.c592 dh = choose_dh(min, want, max); in mm_answer_moduli()