HomeSort by: relevance | last modified time | path
    Searched refs:tld (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/bin/tests/system/camp/ns2/
setup.sh 25 tld=1
26 while [ $tld -le $DEPTH ]; do
29 zone "tld${tld}" {
31 file "tld${tld}.db";
35 cp template.db.in tld${tld}.db
39 echo "label${label}.tld${tld}. IN NS ns.label${label}.tld${tld}." >>tld${tld}.d
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/camp/ns3/
setup.sh 24 tld=1
25 while [ $tld -le $DEPTH ]; do
26 nexttld=$((tld + 1))
33 zone "label${label}.tld${tld}" {
35 file "label${label}.tld${tld}.db";
39 cp template.db.in label${label}.tld${tld}.db
41 if [ $label -eq $DEPTH ] && [ $tld -eq $DEPTH ]; the
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns6/
sign.sh 21 zone=optout-tld
22 infile=optout-tld.db.in
23 zonefile=optout-tld.db
  /src/external/mpl/bind/dist/bin/tests/system/resolver/
setup.sh 17 cp ns4/tld1.db ns4/tld.db
18 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
  /src/external/bsd/libfido2/dist/tools/
test.sh 60 make_cred no.tld "-u" u2f
61 make_cred no.tld "-ru" /dev/null && exit 1
62 make_cred no.tld "-uc1" /dev/null && exit 1
63 make_cred no.tld "-uc2" /dev/null && exit 1
74 make_cred no.tld "--" wrap
84 make_cred no.tld "-h" wrap-hs
96 make_cred no.tld "-r" rk
107 make_cred no.tld "-hr" rk-hs
120 get_assert no.tld "-u" u2f-cred /dev/null u2f-assert
121 get_assert no.tld "-u -t up=false" u2f-cred /dev/null /dev/null && exit
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ns2/
sign.sh 31 ksk=$("$KEYGEN" -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -n zone example.tld.)
32 "$SIGNER" -Sz -f example.tld.db -o example.tld example.db.in >/dev/null 2>&1
  /src/external/mpl/bind/dist/bin/tests/system/rollover-algo-ksk-zsk/ns3/
named.conf.j2 21 {% for tld in zones %}
22 zone "step1.algorithm-roll.@tld@" {
24 file "step1.algorithm-roll.@tld@.db";
25 dnssec-policy @policy@-@tld@;
29 zone "step2.algorithm-roll.@tld@" {
31 file "step2.algorithm-roll.@tld@.db";
32 dnssec-policy "ecdsa256-@tld@";
35 zone "step3.algorithm-roll.@tld@" {
37 file "step3.algorithm-roll.@tld@.db";
38 dnssec-policy "ecdsa256-@tld@"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/mkeys/ns1/
sign.sh 16 zone=sub.tld
17 zonefile=sub.tld.db
26 zone=tld
27 zonefile=tld.db
  /src/external/mpl/bind/dist/bin/tests/system/rollover-enable-dnssec/ns3/
named.conf.j2 19 {% for tld in zones %}
20 zone "step1.enable-dnssec.@tld@" {
22 file "step1.enable-dnssec.@tld@.db";
23 dnssec-policy "enable-dnssec-@tld@";
25 zone "step2.enable-dnssec.@tld@" {
27 file "step2.enable-dnssec.@tld@.db";
28 dnssec-policy "enable-dnssec-@tld@";
30 zone "step3.enable-dnssec.@tld@" {
32 file "step3.enable-dnssec.@tld@.db";
33 dnssec-policy "enable-dnssec-@tld@"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover-enable-dnssec/
tests_rollover_enable_dnssec.py 68 tld = configure_tld(tld_name, delegations)
69 tlds.append(tld)
80 "tld",
86 def test_rollover_enable_dnssec_step1(tld, alg, size, ns3):
87 zone = f"step1.enable-dnssec.{tld}"
88 policy = f"{POLICY}-{tld}"
92 if tld == "manual":
127 "tld",
133 def test_rollover_enable_dnssec_step2(tld, alg, size, ns3):
134 zone = f"step2.enable-dnssec.{tld}"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover-going-insecure/
tests_rollover_going_insecure_initial.py 41 tld = configure_tld(tld_name, delegations)
42 tlds.append(tld)
  /src/external/mpl/bind/dist/bin/tests/system/rollover-straight2none/
tests_rollover_straight2none_initial.py 41 tld = configure_tld(tld_name, delegations)
42 tlds.append(tld)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-sc.c 29 typedef long double tld; typedef
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-sc.c 29 typedef long double tld; typedef
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_server.in 14 helo example.tld
18 mail example.tld
22 rcpt foo@example.tld
29 helo example.tld
33 mail example.tld
37 rcpt foo@example.tld
smtpd_dnswl.in 40 client example.tld 168.100.3.2
52 client example.tld 168.100.3.2
57 # Numeric TLD - dunno.
smtpd_exp.in 40 mail sname@example.tld
48 client example.tld 1.2.3.4
58 rcpt rname@example.tld
63 helo example.tld
  /src/external/mpl/bind/dist/bin/tests/system/rollover-algo-csk/
tests_rollover_algo_csk_initial.py 49 tld = configure_tld(tld_name, delegations)
50 tlds.append(tld)
61 "tld",
67 def test_algoroll_csk_initial(tld, ns3):
69 zone = f"step1.csk-algorithm-roll.{tld}"
70 policy = f"{POLICY}-{tld}"
tests_rollover_algo_csk_reconfig.py 61 tld = configure_tld(tld_name, delegations)
62 tlds.append(tld)
87 "tld",
93 def test_algoroll_csk_reconfig_step1(tld, ns3, alg, size):
94 zone = f"step1.csk-algorithm-roll.{tld}"
95 policy = f"{POLICY}-{tld}"
99 if tld == "manual":
143 "tld",
149 def test_algoroll_csk_reconfig_step2(tld, ns3, alg, size):
150 zone = f"step2.csk-algorithm-roll.{tld}"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover-algo-ksk-zsk/
tests_rollover_algo_ksk_zsk_initial.py 45 tld = configure_tld(tld_name, delegations)
46 tlds.append(tld)
57 "tld",
63 def test_algoroll_ksk_zsk_initial(tld, ns3):
65 policy = f"rsasha256-{tld}"
66 zone = f"step1.algorithm-roll.{tld}"
tests_rollover_algo_ksk_zsk_reconfig.py 59 tld = configure_tld(tld_name, delegations)
60 tlds.append(tld)
85 "tld",
91 def test_algoroll_ksk_zsk_reconfig_step1(tld, ns3, alg, size):
92 zone = f"step1.algorithm-roll.{tld}"
93 policy = f"{POLICY}-{tld}"
97 if tld == "manual":
146 "tld",
152 def test_algoroll_ksk_zsk_reconfig_step2(tld, ns3, alg, size):
153 zone = f"step2.algorithm-roll.{tld}"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover-ksk-doubleksk/
tests_rollover_ksk_doubleksk.py 68 tld = configure_tld(tld_name, delegations)
69 tlds.append(tld)
80 "tld",
86 def test_ksk_doubleksk_step1(tld, alg, size, ns3):
87 zone = f"step1.ksk-doubleksk.{tld}"
88 policy = f"{POLICY}-{tld}"
112 "tld",
118 def test_ksk_doubleksk_step2(tld, alg, size, ns3):
119 zone = f"step2.ksk-doubleksk.{tld}"
120 policy = f"{POLICY}-{tld}"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover-zsk-prepub/
tests_rollover_zsk_prepublication.py 78 tld = configure_tld(tld_name, delegations)
79 tlds.append(tld)
90 "tld",
96 def test_zsk_prepub_step1(tld, alg, size, ns3):
97 zone = f"step1.zsk-prepub.{tld}"
98 policy = f"{POLICY}-{tld}"
121 "tld",
127 def test_zsk_prepub_step2(tld, alg, size, ns3):
128 zone = f"step2.zsk-prepub.{tld}"
129 policy = f"{POLICY}-{tld}"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll1/
tests_rollover_csk_roll1.py 85 tld = configure_tld(tld_name, delegations)
86 tlds.append(tld)
97 "tld",
103 def test_csk_roll1_step1(tld, ns3, alg, size):
104 zone = f"step1.csk-roll1.{tld}"
105 policy = f"{POLICY}-{tld}"
128 "tld",
134 def test_csk_roll1_step2(tld, alg, size, ns3):
135 zone = f"step2.csk-roll1.{tld}"
136 policy = f"{POLICY}-{tld}"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll2/
tests_rollover_csk_roll2.py 88 tld = configure_tld(tld_name, delegations)
89 tlds.append(tld)
100 "tld",
106 def test_csk_roll2_step1(tld, alg, size, ns3):
107 zone = f"step1.csk-roll2.{tld}"
108 policy = f"{POLICY}-{tld}"
131 "tld",
137 def test_csk_roll2_step2(tld, alg, size, ns3):
138 zone = f"step2.csk-roll2.{tld}"
139 policy = f"{POLICY}-{tld}"
    [all...]

Completed in 33 milliseconds

1 2 3