HomeSort by: relevance | last modified time | path
    Searched refs:KEYS (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openresolv/dist/
resolvconf.in 84 KEYDIR="$VARDIR/keys"
130 -i [\$PATTERN] Show keys that have supplied DNS information
131 optionally from keys that match the specified
133 -l [\$PATTERN] Show DNS information, optionally from keys
141 -f Ignore non existent keys
168 # Public keys override private ones.
672 # Move deprecated keys to the back
747 keys="$(list_keys "$@")"
752 for i in $keys; do
759 KEYS
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
endecode_test.c 84 * Use 512-bit DH(X) keys with predetermined parameters for efficiency,
216 * Double check the encoding, but only for unprotected keys,
217 * as protected keys have a random component, which makes the output
873 #define KEYS(KEYTYPE) \
1028 KEYS(SM2);
1037 KEYS(ED25519);
1039 KEYS(ED448);
1041 KEYS(X25519);
1043 KEYS(X448);
1051 KEYS(ML_KEM_512)
    [all...]
  /src/etc/rc.d/
sshd 23 sed -E '/^-- UNSAFE KEYS WARNING:/,$d' < /etc/motd > $T
26 -- UNSAFE KEYS WARNING:
28 The ssh host keys on this machine have been generated with
33 the ssh host keys by running:
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntp.pl 27 ;#list if known keys (passwords)
28 %KEYS = ( 0, "\200\200\200\200\200\200\200\200",
63 $KEYS{$id} = $key if (defined($key));
64 if (! defined($KEYS{$id}))
443 foreach $off (sort numerical keys(%FRAGS))
459 (((scalar(@x=sort numerical keys(%FRAGS)) == 2) &&
461 (scalar(@x=sort numerical keys(%FRAGS)) < 2)))
  /src/etc/namedb/
bind.keys 1 /* $NetBSD: bind.keys,v 1.2 2018/03/09 18:56:02 christos Exp $ */
2 # The bind.keys file is used to override the built-in DNSSEC trust anchors
14 # the keys in this file are ignored.
18 # These keys are current as of February 2017. If any key fails to
21 # bind.keys can always be obtained from ISC at https://www.isc.org/bind-keys.
23 managed-keys {
38 # ROOT KEYS: See https://data.iana.org/root-anchors/root-anchors.xml
41 # These keys are activated by setting "dnssec-validation auto;"
60 # file as initializing keys; thereafter, the keys in th
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
endecode_test.c 79 * Use 512-bit DH(X) keys with predetermined parameters for efficiency,
212 * Double check the encoding, but only for unprotected keys,
213 * as protected keys have a random component, which makes the output
873 #define KEYS(KEYTYPE) \
1032 KEYS(SM2);
1035 KEYS(ED25519);
1037 KEYS(ED448);
1039 KEYS(X25519);
1041 KEYS(X448);
1048 KEYS(RSA)
    [all...]

Completed in 17 milliseconds