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

/freebsd-current/crypto/openssh/
H A Ddh.h38 DH *dh_new_group_asc(const char *, const char *);
H A Ddh.c313 dh_new_group_asc(const char *gen, const char *modulus) function
364 return (dh_new_group_asc(gen, group1));
384 return (dh_new_group_asc(gen, group14));
415 return (dh_new_group_asc(gen, group16));
467 return (dh_new_group_asc(gen, group18));
H A Dssh_namespace.h257 #define dh_new_group_asc Fssh_dh_new_group_asc macro

Completed in 80 milliseconds