HomeSort by relevance Sort by last modified time
    Searched refs:choose_dh (Results 1 - 4 of 4) sorted by null

  /external/openssh/
dh.h 35 DH *choose_dh(int, int, int);
kexgexs.c 105 dh = PRIVSEP(choose_dh(min, nbits, max));
dh.c 125 choose_dh(int min, int wantbits, int max) function
monitor.c 660 dh = choose_dh(min, want, max);
    [all...]

Completed in 1595 milliseconds