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

/freebsd-current/crypto/openssh/
H A Ddh.h37 DH *choose_dh(int, int, int);
H A Dkexgexs.c101 kex->dh = PRIVSEP(choose_dh(min, nbits, max));
H A Ddh.c159 choose_dh(int min, int wantbits, int max) function
H A Dssh_namespace.h197 #define choose_dh Fssh_choose_dh macro
H A Dmonitor.c587 dh = choose_dh(min, want, max);

Completed in 169 milliseconds