OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dh_new_group_asc
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
dh.h
36
DH *
dh_new_group_asc
(const char *, const char *);
dh.c
265
dh_new_group_asc
(const char *gen, const char *modulus)
function
270
fatal("
dh_new_group_asc
: DH_new");
309
return (
dh_new_group_asc
(gen, group1));
328
return (
dh_new_group_asc
(gen, group14));
Completed in 873 milliseconds