Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DTlsOptions.h33 KEYFILE, enumerator
H A DTlsOptions.cpp67 case TlsOptions::KEYFILE : in setOption()
/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c182 #ifndef KEYFILE
184 #define KEYFILE "/etc/ntp.keys" macro
186 #define KEYFILE "%windir%\\ntp.keys" macro
191 const char *key_file = KEYFILE;
328 if (!ExpandEnvironmentStrings(KEYFILE, key_file, MAX_PATH)) in ntpdatemain()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c38 #define KEYFILE "default_keyfile" macro
645 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); in req_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c35 #define KEYFILE "default_keyfile" macro
695 keyout = NCONF_get_string(req_conf, section, KEYFILE); in req_main()