Searched refs:KEYFILE (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/crypto/openssh/regress/ |
| HD | ssh2putty.sh | 11 KEYFILE=$3 14 if grep "BEGIN RSA PRIVATE KEY" $KEYFILE >/dev/null 2>&1 ; then 22 openssl rsa -noout -text -in $KEYFILE | grep ^publicExponent | 28 openssl rsa -noout -modulus -in $KEYFILE | grep ^Modulus= |
|
| /NextBSD/lib/libopie/ |
| HD | Makefile | 9 KEYFILE?= \"/etc/opiekeys\" macro 23 -DKEY_FILE=${KEYFILE}
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | sntp-opts.h | 185 # ifdef KEYFILE 186 # warning undefining KEYFILE due to option name conflict 187 # undef KEYFILE 231 # undef KEYFILE
|
| HD | main.c | 211 if (HAVE_OPT(KEYFILE)) in sntp_main() 212 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main()
|
| /NextBSD/usr.sbin/pc-sysinstall/backend/ |
| HD | functions-cleanup.sh | 266 for KEYFILE in `ls` 269 PART="`echo ${KEYFILE} | cut -d '.' -f 1`" 282 rc_halt "cp ${GELIKEYDIR}/${KEYFILE} ${FSMNT}/boot/keys/${PARTNAME}.key"
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | cmd_args.c | 89 if (HAVE_OPT( KEYFILE )) in getCmdOpts() 90 getauthkeys(OPT_ARG( KEYFILE )); in getCmdOpts()
|
| HD | ntpd-opts.h | 215 # ifdef KEYFILE 216 # warning undefining KEYFILE due to option name conflict 217 # undef KEYFILE 317 # undef KEYFILE
|
| /NextBSD/contrib/openbsm/bin/auditdistd/ |
| HD | token.l | 65 keyfile { DP; return KEYFILE; }
|
| HD | parse.y | 83 %token KEYFILE 536 keyfile_statement: KEYFILE STR
|
| /NextBSD/contrib/ntp/ntpdate/ |
| HD | ntpdate.c | 180 #ifndef KEYFILE 182 #define KEYFILE "/etc/ntp.keys" macro 184 #define KEYFILE "%windir%\\ntp.keys" macro 189 const char *key_file = KEYFILE; 326 if (!ExpandEnvironmentStrings(KEYFILE, key_file, MAX_PATH)) in ntpdatemain()
|
| /NextBSD/contrib/telnet/libtelnet/ |
| HD | krb4encpwd.c | 169 KEYFILE, (char *)skey)) {
|
| HD | kerberos.c | 139 if ((fp = fopen(KEYFILE, "r")) == NULL) in kerberos4_init()
|
| /NextBSD/contrib/ldns/drill/ |
| HD | configure.ac | 180 AC_ARG_WITH(trust-anchor, AC_HELP_STRING([--with-trust-anchor=KEYFILE],
|
| HD | configure | 1301 --with-trust-anchor=KEYFILE
|
| /NextBSD/crypto/openssl/apps/ |
| HD | req.c | 95 #define KEYFILE "default_keyfile" macro 680 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); in MAIN()
|
| /NextBSD/contrib/ldns/ |
| HD | configure.ac | 626 AC_ARG_WITH(trust-anchor, AC_HELP_STRING([--with-trust-anchor=KEYFILE], [Default location of the tr…
|