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

  /src/external/mpl/bind/dist/bin/tests/system/enginepkcs11/
setup.sh 72 zsk1=$(keyfromlabel $alg $zone enginepkcs11-zsk $dir)
73 test -z "$zsk1" && exit 1
81 zskid1=$(keyfile_to_key_id $zsk1)
87 echo_i "Sign zone with $ksk1 $zsk1"
88 cat "$infile" "${dir}/${ksk1}.key" "${dir}/${zsk1}.key" >"${dir}/${zonefile}"
203 zsk1=$(keyfromlabel $alg $zone enginepkcs11-zsk $dir)
204 test -z "$zsk1" && exit 1
212 zskid1=$(keyfile_to_key_id $zsk1)
218 echo_i "Sign zone with $ksk1 $zsk1"
219 cat "$infile" "${dir}/${ksk1}.key" "${dir}/${zsk1}.key" >"${dir}/${zonefile1}
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
skr_test.c 57 dns_rdata_t zsk1; member in struct:__anon24221
219 dns_rdata_init(&test_bundles[bnum].zsk1);
222 &test_bundles[bnum].zsk1);
368 &tb->zsk1);
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns3/
sign.sh 681 zsk1=$("$KEYGEN" -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -3 "$zone")
683 cat "$infile" "${ksk1}.key" "${ksk2}.key" "${zsk1}.key" >"$zonefile"
  /src/external/mpl/bind/dist/bin/tests/system/autosign/ns3/
keygen.sh 332 zsk1=$($KEYGEN -a $DEFAULT_ALGORITHM -3 -q $keytimes $zone >kg.out 2>&1) || dumpit kg.out
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh 1617 zsk1=$("$KEYGEN" -K signer -q -a $DEFAULT_ALGORITHM -n zone "$zone")
1619 zskid1=$(keyfile_to_key_id "$zsk1")
1627 $SETTIME -P now-60d -A now -I now+1d -D now+60d $zsk1 >/dev/null
1628 $SETTIME -S $zsk1 -i 1h $zsk2.key >/dev/null
1652 $SETTIME -A now-30d -I now -D now+30d $zsk1 >/dev/null
1671 $SETTIME -A now-50d -I now-20d -D now+10d $zsk1 >/dev/null

Completed in 21 milliseconds