Home
last modified time | relevance | path

Searched refs:dh_new_group_asc (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Ddh.c265 dh_new_group_asc(const char *gen, const char *modulus) in dh_new_group_asc() function
309 return (dh_new_group_asc(gen, group1)); in dh_new_group1()
328 return (dh_new_group_asc(gen, group14)); in dh_new_group14()
Ddh.h36 DH *dh_new_group_asc(const char *, const char *);