Searched refs:KEYFILE (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssh/regress/
H A Dssh2putty.sh11 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= |
/freebsd-11-stable/lib/libopie/
H A DMakefile10 KEYFILE?= \"/etc/opiekeys\" macro
24 -DKEY_FILE=${KEYFILE}
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dtoken.l65 keyfile { DP; return KEYFILE; }
H A Dparse.y83 %token KEYFILE
536 keyfile_statement: KEYFILE STR
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcmd_args.c89 if (HAVE_OPT( KEYFILE ))
90 getauthkeys(OPT_ARG( KEYFILE ));
H A Dntpd-opts.h215 # ifdef KEYFILE
216 # warning undefining KEYFILE due to option name conflict
217 # undef KEYFILE macro
317 # undef KEYFILE macro
/freebsd-11-stable/contrib/ntp/sntp/
H A Dsntp-opts.h185 # ifdef KEYFILE
186 # warning undefining KEYFILE due to option name conflict
187 # undef KEYFILE macro
231 # undef KEYFILE macro
H A Dmain.c214 /* HMS: Check and see what happens if KEYFILE doesn't exist */
215 auth_init(OPT_ARG(KEYFILE), &keys);
418 progname, ctx->key_id, OPT_ARG(KEYFILE));
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-cleanup.sh266 for KEYFILE in `ls`
269 PART="`echo ${KEYFILE} | cut -d '.' -f 1`"
282 rc_halt "cp ${GELIKEYDIR}/${KEYFILE} ${FSMNT}/boot/keys/${PARTNAME}.key"
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c165 KEYFILE, (char *)skey)) {
H A Dkerberos.c135 if ((fp = fopen(KEYFILE, "r")) == NULL)
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c180 #ifndef KEYFILE
182 #define KEYFILE "/etc/ntp.keys" macro
184 #define KEYFILE "%windir%\\ntp.keys" macro
186 #endif /* KEYFILE */
189 const char *key_file = KEYFILE;
326 if (!ExpandEnvironmentStrings(KEYFILE, key_file, MAX_PATH))
327 msyslog(LOG_ERR, "ExpandEnvironmentStrings(KEYFILE) failed: %m");
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c95 #define KEYFILE "default_keyfile" macro
678 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE);
/freebsd-11-stable/contrib/ldns/drill/
H A Dconfigure1301 --with-trust-anchor=KEYFILE

Completed in 305 milliseconds