OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYFILE
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
TlsOptions.h
33
KEYFILE
,
77
* - TlsOptions::
KEYFILE
90
* - TlsOptions::
KEYFILE
:
TlsOptions.cpp
67
case TlsOptions::
KEYFILE
:
/src/external/bsd/ntp/dist/ntpd/
cmd_args.c
91
if (HAVE_OPT(
KEYFILE
))
92
getauthkeys(OPT_ARG(
KEYFILE
));
ntpd-opts.h
225
# ifdef
KEYFILE
226
# warning undefining
KEYFILE
due to option name conflict
227
# undef
KEYFILE
328
# undef
KEYFILE
/src/external/bsd/ntp/dist/sntp/
sntp-opts.h
195
# ifdef
KEYFILE
196
# warning undefining
KEYFILE
due to option name conflict
197
# undef
KEYFILE
241
# undef
KEYFILE
main.c
217
/* HMS: Check and see what happens if
KEYFILE
doesn't exist */
218
auth_init(OPT_ARG(
KEYFILE
), &keys);
421
progname, ctx->key_id, OPT_ARG(
KEYFILE
));
/src/external/bsd/ntp/dist/ntpdate/
ntpdate.c
182
#ifndef
KEYFILE
184
#define
KEYFILE
"/etc/ntp.keys"
186
#define
KEYFILE
"%windir%\\ntp.keys"
188
#endif /*
KEYFILE
*/
191
const char *key_file =
KEYFILE
;
328
if (!ExpandEnvironmentStrings(
KEYFILE
, key_file, MAX_PATH))
329
msyslog(LOG_ERR, "ExpandEnvironmentStrings(
KEYFILE
) failed: %m");
/src/crypto/external/apache2/openssl/dist/apps/
req.c
36
#define
KEYFILE
"default_keyfile"
299
char *outfile = NULL, *
keyfile
= NULL, *digest = NULL;
local
353
keyfile
= opt_arg();
663
if (
keyfile
!= NULL) {
664
pkey = load_key(
keyfile
, keyform, 0, passin, e, "private key");
732
if (keyout == NULL &&
keyfile
== NULL)
733
keyout = app_conf_try_string(req_conf, section,
KEYFILE
);
735
if (pkey != NULL && (
keyfile
== NULL || keyout != NULL)) {
780
if (
keyfile
!= NULL)
846
if (CAcert != NULL &&
keyfile
!= NULL
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
req.c
35
#define
KEYFILE
"default_keyfile"
251
char *outfile = NULL, *
keyfile
= NULL, *digest = NULL;
local
305
keyfile
= opt_arg();
629
if (
keyfile
!= NULL) {
630
pkey = load_key(
keyfile
, keyform, 0, passin, e, "private key");
694
if (keyout == NULL &&
keyfile
== NULL) {
695
keyout = NCONF_get_string(req_conf, section,
KEYFILE
);
700
if (pkey != NULL && (
keyfile
== NULL || keyout != NULL)) {
/src/crypto/external/bsd/openssl.old/dist/apps/
req.c
38
#define
KEYFILE
"default_keyfile"
230
char *outfile = NULL, *
keyfile
= NULL;
local
283
keyfile
= opt_arg();
562
if (
keyfile
!= NULL) {
563
pkey = load_key(
keyfile
, keyform, 0, passin, e, "Private Key");
645
keyout = NCONF_get_string(req_conf, SECTION,
KEYFILE
);
Completed in 73 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026