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

  /external/openssh/
dh.h 37 DH *dh_new_group(BIGNUM *, BIGNUM *);
dh.c 209 return (dh_new_group(dhg.g, dhg.p));
309 dh_new_group(BIGNUM *gen, BIGNUM *modulus) function
kexgexc.c 115 if ((kex->dh = dh_new_group(g, p)) == NULL) {
monitor_wrap.c 214 return (dh_new_group(g, p));

Completed in 1000 milliseconds