Searched defs:dhfile (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Ds_server.c216 static DH *load_dh_param(const char *dhfile);
939 char *dhfile = NULL; local
1058 dhfile = *(++argv);
1652 if (dhfile)
1653 dh = load_dh_param(dhfile);
1672 if (!dhfile)
2519 static DH *load_dh_param(const char *dhfile) argument
2524 if ((bio=BIO_new_file(dhfile,"r")) == NULL)

Completed in 177 milliseconds