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

  /src/external/mpl/bind/dist/bin/tests/system/metadata/
setup.sh 49 revoke2=$($REVOKE $revoke1)
  /src/external/mpl/bind/dist/bin/tests/system/autosign/ns1/
keygen.sh 53 $REVOKE -R $kskrev >../rev.key
  /src/external/mpl/bind/dist/lib/dns/
key.c 168 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0)
199 if (REVOKE(keys[j])) {
update.c 1036 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0)
1109 } else if (!REVOKE(keys[i])) {
1136 if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
zone.c 138 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0)
7152 } else if (!REVOKE(keys[i])) {
7179 if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
9802 if (both || REVOKE(zone_keys[i])) {
10119 * After normalizing keys to the same format (DNSKEY, with revoke bit
  /src/external/mpl/dhcp/bind/dist/lib/dns/
update.c 1129 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0)
1150 if (check_ksk && !REVOKE(keys[i])) {
1173 if (REVOKE(keys[j])) {
1241 if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
1258 } else if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
zone.c 135 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0)
7105 if (check_ksk && !REVOKE(keys[i])) {
7130 if (REVOKE(keys[j])) {
7192 if (REVOKE(keys[j])) {
7255 if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
7272 } else if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
9771 if (check_ksk && !REVOKE(zone_keys[i])) {
9795 if (REVOKE(zone_keys[j])) {
9836 } else if (both || REVOKE(zone_keys[i])) {
10152 * After normalizing keys to the same format (DNSKEY, with revoke bi
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/smartsign/
tests.sh 56 cksk4=$($REVOKE $cksk3)
174 echo_i "found unexpected child pre-revoke ZSK id = $ckprerevoke"
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns3/
sign.sh 64 keyname5=$("$KEYGEN" -f KSK -f REVOKE -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -n zone "$zone")
679 ksk1=$("$REVOKE" "$ksk1")
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 114 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0)
698 if (REVOKE(key->key) && set->type != dns_rdatatype_dnskey) {
727 if (REVOKE(curr->key)) {
3136 if (REVOKE(key->key)) {
3152 if (REVOKE(curr->key)) {
  /src/external/mpl/bind/dist/bin/tests/system/mkeys/
tests.sh 202 echo_i "restore untrusted standby key, revoke original key ($n)"
350 echo_i "revoke original key, add new standby ($n)"
361 count=$(grep -c "REVOKE" rndc.out.$n) || true
382 echo_i "revoke standby before it is trusted ($n)"
443 count=$(grep -c "REVOKE" rndc.out.$n) || true
455 echo_i "revoke all keys, confirm roll to insecure ($n)"
467 count=$(grep -c "REVOKE" rndc.out.$n) || true
524 echo_i "revoke key with bad signature, check revocation is ignored ($n)"
526 revoked=$($REVOKE -K ns1 "$original")
560 count=$(grep -c "REVOKE" rndc.out.$n) || tru
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh 4637 rksk=$($REVOKE -R $ksk)
4638 rzsk=$($REVOKE -R $zsk)
4702 key1=$(${KEYGEN} -a "${DEFAULT_ALGORITHM}" -f KSK revoke.example)
4703 key2=$(${KEYGEN} -a "${DEFAULT_ALGORITHM}" -f KSK revoke.example)
4704 key3=$(${KEYGEN} -a "${DEFAULT_ALGORITHM}" revoke.example)
4705 rkey=$(${REVOKE} "$key2")
4706 cat >>revoke.example.db <<EOF
4714 "${DSFROMKEY}" -C "$key1" >>revoke.example.db
4715 "${SIGNER}" -o revoke.example revoke.example.db >signer.out.$
    [all...]

Completed in 76 milliseconds