Home
last modified time | relevance | path

Searched refs:AUTR_STATE_VALID (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/unbound/validator/
HDautotrust.c201 ta->s = AUTR_STATE_VALID; in parse_comments()
209 case AUTR_STATE_VALID: in parse_comments()
579 ((*list)->s == AUTR_STATE_VALID || in assemble_iterate_dnskey()
1070 case AUTR_STATE_VALID: return " VALID "; in trustanchor_state2str()
1628 ta->s = AUTR_STATE_VALID; in update_events()
1710 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID); in do_addtime()
1738 } else if(anchor->s == AUTR_STATE_VALID) in do_keyrem()
1747 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID); in do_keypres()
1754 if(anchor->s == AUTR_STATE_VALID || anchor->s == AUTR_STATE_MISSING) { in do_revoked()
1783 case AUTR_STATE_VALID: in anchor_state_update()
[all …]
HDautotrust.h57 AUTR_STATE_VALID = 2, enumerator