Searched refs:REVOKE (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/tests/system/metadata/
H A Dsetup.sh49 revoke2=$($REVOKE $revoke1)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/autosign/ns1/
H A Dkeygen.sh53 $REVOKE -R $kskrev >../rev.key
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconf.sh.in53 export REVOKE=$TOP_BUILDDIR/bin/dnssec/dnssec-revoke
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dupdate.c1129 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0) macro
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) {
H A Dzone.c135 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0) macro
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])) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dupdate.c1128 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0) macro
1149 if (check_ksk && !REVOKE(keys[i])) {
1172 if (REVOKE(keys[j])) {
1240 if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
1257 } else if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
H A Dzone.c136 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0) macro
6999 if (check_ksk && !REVOKE(keys[i])) {
7024 if (REVOKE(keys[j])) {
7086 if (REVOKE(keys[j])) {
7149 if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
7166 } else if (REVOKE(keys[i]) && type != dns_rdatatype_dnskey) {
9765 if (check_ksk && !REVOKE(zone_keys[i])) {
9789 if (REVOKE(zone_keys[j])) {
9830 } else if (both || REVOKE(zone_keys[i])) {
/netbsd-current/external/mpl/bind/dist/bin/tests/system/smartsign/
H A Dtests.sh56 cksk4=$($REVOKE $cksk3)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnssec/ns3/
H A Dsign.sh64 keyname5=$("$KEYGEN" -f KSK -f REVOKE -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -n zone "$zone")
643 ksk1=$("$REVOKE" "$ksk1")
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c106 #define REVOKE(x) ((dst_key_flags(x) & DNS_KEYFLAG_REVOKE) != 0) macro
711 if (REVOKE(curr->key)) {
3125 if (REVOKE(key->key)) {
3141 if (REVOKE(curr->key)) {
/netbsd-current/external/mpl/bind/dist/bin/tests/system/mkeys/
H A Dtests.sh357 count=$(grep -c "REVOKE" rndc.out.$n) || true
439 count=$(grep -c "REVOKE" rndc.out.$n) || true
463 count=$(grep -c "REVOKE" rndc.out.$n) || true
522 revoked=$($REVOKE -K ns1 "$original")
556 count=$(grep -c "REVOKE" rndc.out.$n) || true
558 echo_i "'REVOKE' count ($count) != 0"
633 count=$(grep -c "REVOKE" rndc.out.2.$n) || true
671 count=$(grep -c "REVOKE" rndc.out.2.$n) || true

Completed in 228 milliseconds