Searched refs:KEYFILE (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-load-key.sh.in | 56 KEYFILE="${KEYLOCATION#file://}" 57 [ -r "${KEYFILE}" ] || udevadm settle 58 [ -r "${KEYFILE}" ] || { 59 info "Waiting for key ${KEYFILE} for ${ENCRYPTIONROOT}..." 62 [ -r "${KEYFILE}" ] && break 65 … [ -r "${KEYFILE}" ] || warn "Key ${KEYFILE} for ${ENCRYPTIONROOT} hasn't appeared. Trying anyway."
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | ssh2putty.sh | 11 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-13.1/lib/libopie/ |
| H A D | Makefile | 13 KEYFILE?= \"/etc/opiekeys\" macro 27 -DKEY_FILE=${KEYFILE}
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | sntp-opts.h | 185 # ifdef KEYFILE 186 # warning undefining KEYFILE due to option name conflict 187 # undef KEYFILE 231 # undef KEYFILE
|
| H A D | main.c | 215 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main() 418 progname, ctx->key_id, OPT_ARG(KEYFILE)); in handle_lookup()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | cmd_args.c | 89 if (HAVE_OPT( KEYFILE )) in getCmdOpts() 90 getauthkeys(OPT_ARG( KEYFILE )); in getCmdOpts()
|
| H A D | ntpd-opts.h | 215 # ifdef KEYFILE 216 # warning undefining KEYFILE due to option name conflict 217 # undef KEYFILE 317 # undef KEYFILE
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | token.l | 65 keyfile { DP; return KEYFILE; }
|
| H A D | parse.y | 83 %token KEYFILE 536 keyfile_statement: KEYFILE STR
|
| /freebsd-13.1/contrib/ntp/ntpdate/ |
| H A D | 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()
|
| /freebsd-13.1/contrib/telnet/libtelnet/ |
| H A D | krb4encpwd.c | 165 KEYFILE, (char *)skey)) {
|
| H A D | kerberos.c | 135 if ((fp = fopen(KEYFILE, "r")) == NULL) in kerberos4_init()
|
| /freebsd-13.1/contrib/ldns/drill/ |
| H A D | configure.ac | 180 AC_ARG_WITH(trust-anchor, AC_HELP_STRING([--with-trust-anchor=KEYFILE],
|
| H A D | configure | 1319 --with-trust-anchor=KEYFILE
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | req.c | 38 #define KEYFILE "default_keyfile" macro 645 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); in req_main()
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | configure.ac | 858 AC_ARG_WITH(trust-anchor, AC_HELP_STRING([--with-trust-anchor=KEYFILE], [Default location of the tr…
|