Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/apps/
Ds_server.c170 static DH *load_dh_param(char *dhfile);
491 char *dhfile = NULL; in MAIN() local
576 dhfile = *(++argv); in MAIN()
800 if (dhfile) in MAIN()
801 dh = load_dh_param(dhfile); in MAIN()
1276 static DH *load_dh_param(char *dhfile) in load_dh_param() argument
1281 if ((bio=BIO_new_file(dhfile,"r")) == NULL) in load_dh_param()