Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dautotrust.h59 AUTR_STATE_MISSING = 3, enumerator
H A Dautotrust.c209 case AUTR_STATE_MISSING: in parse_comments()
585 (*list)->s == AUTR_STATE_MISSING)) { in assemble_iterate_dnskey()
1077 case AUTR_STATE_MISSING: return " MISSING "; in trustanchor_state2str()
1781 set_trustanchor_state(env, anchor, c, AUTR_STATE_MISSING); in do_keyrem()
1788 if(anchor->s == AUTR_STATE_MISSING) in do_keypres()
1796 if(anchor->s == AUTR_STATE_VALID || anchor->s == AUTR_STATE_MISSING) { in do_revoked()
1838 case AUTR_STATE_MISSING: in anchor_state_update()
1936 if (anchor->s != AUTR_STATE_MISSING) in remove_missing_trustanchors()