Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-load-key.sh.in45 KEYFILE="${KEYLOCATION#file://}"
46 [ -r "${KEYFILE}" ] || udevadm settle
47 [ -r "${KEYFILE}" ] || {
48 info "ZFS: Waiting for key ${KEYFILE} for ${ENCRYPTIONROOT}..."
51 [ -r "${KEYFILE}" ] && break
54 …[ -r "${KEYFILE}" ] || warn "ZFS: Key ${KEYFILE} for ${ENCRYPTIONROOT} hasn't appeared. Trying any…
/freebsd/crypto/openssh/regress/
H A Dssh2putty.sh11 KEYFILE=$3
16 if grep "BEGIN RSA PRIVATE KEY" $KEYFILE >/dev/null 2>&1 ; then
24 $OPENSSL_BIN rsa -noout -text -in $KEYFILE | grep ^publicExponent |
30 $OPENSSL_BIN rsa -noout -modulus -in $KEYFILE | grep ^Modulus= |
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h193 # ifdef KEYFILE
194 # warning undefining KEYFILE due to option name conflict
195 # undef KEYFILE
239 # undef KEYFILE
H A Dmain.c215 /* HMS: Check and see what happens if KEYFILE doesn't exist */ in sntp_main()
216 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main()
419 progname, ctx->key_id, OPT_ARG(KEYFILE)); in handle_lookup()
/freebsd/contrib/ntp/ntpd/
H A Dcmd_args.c89 if (HAVE_OPT( KEYFILE )) in getCmdOpts()
90 getauthkeys(OPT_ARG( KEYFILE )); in getCmdOpts()
H A Dntpd-opts.h223 # ifdef KEYFILE
224 # warning undefining KEYFILE due to option name conflict
225 # undef KEYFILE
325 # undef KEYFILE
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dtoken.l65 keyfile { DP; return KEYFILE; }
H A Dparse.y83 %token KEYFILE
536 keyfile_statement: KEYFILE STR
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c180 #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()
/freebsd/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c161 KEYFILE, (char *)skey)) {
H A Dkerberos.c131 if ((fp = fopen(KEYFILE, "r")) == NULL) in kerberos4_init()
/freebsd/crypto/openssl/apps/
H A Dreq.c35 #define KEYFILE "default_keyfile" macro
695 keyout = NCONF_get_string(req_conf, section, KEYFILE); in req_main()
/freebsd/contrib/ldns/
H A Dconfigure.ac988 AC_ARG_WITH(trust-anchor, AC_HELP_STRING([--with-trust-anchor=KEYFILE], [Default location of the tr…