Searched refs:dh_new_group_asc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Ddh.h36 DH *dh_new_group_asc(const char *, const char *);
H A Ddh.c287 dh_new_group_asc(const char *gen, const char *modulus) function
292 fatal("dh_new_group_asc: DH_new");
331 return (dh_new_group_asc(gen, group1));
350 return (dh_new_group_asc(gen, group14));
H A Dssh_namespace.h195 #define dh_new_group_asc ssh_dh_new_group_asc macro

Completed in 71 milliseconds