OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhfile
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c
75
static DH *load_dh_param(const char *
dhfile
);
1006
char *
dhfile
= NULL;
local
1230
dhfile
= opt_arg();
1975
if (
dhfile
!= NULL)
1976
dh = load_dh_param(
dhfile
);
1997
if (!
dhfile
) {
2981
static DH *load_dh_param(const char *
dhfile
)
2986
if ((bio = BIO_new_file(
dhfile
, "r")) == NULL)
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
1000
char *
dhfile
= NULL;
local
1228
dhfile
= opt_arg();
2031
if (
dhfile
!= NULL)
2032
dhpkey = load_keyparams(
dhfile
, FORMAT_UNDEF, 0, "DH", "DH parameters");
2066
if (
dhfile
!= NULL) {
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
1133
char *
dhfile
= NULL;
local
1376
dhfile
= opt_arg();
2220
if (
dhfile
!= NULL)
2221
dhpkey = load_keyparams(
dhfile
, FORMAT_UNDEF, 0, "DH", "DH parameters");
2255
if (
dhfile
!= NULL) {
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
98
static char *
dhfile
= NULL;
variable
10274
if (
dhfile
== NULL)
10287
if (!TEST_int_eq(SSL_CONF_cmd(cctx, "DHParameters",
dhfile
), 2))
11130
OPT_TEST_DECLARE_USAGE("certfile privkeyfile srpvfile tmpfile provider config
dhfile
\n")
11161
|| !TEST_ptr(
dhfile
= test_get_argument(5)))
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
100
static char *
dhfile
= NULL;
variable
11740
if (
dhfile
== NULL)
11753
if (!TEST_int_eq(SSL_CONF_cmd(cctx, "DHParameters",
dhfile
), 2))
14004
OPT_TEST_DECLARE_USAGE("certfile privkeyfile srpvfile tmpfile provider config
dhfile
\n")
14035
|| !TEST_ptr(
dhfile
= test_get_argument(5)))
Completed in 66 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026