OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REVOKE
(Results
1 - 6
of
6
) sorted by relevancy
/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/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)) {
Completed in 54 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026