Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/validator/
H A Dautotrust.h56 AUTR_STATE_START = 0, enumerator
H A Dautotrust.c206 case AUTR_STATE_START: in parse_comments()
217 ta->s = AUTR_STATE_START; in parse_comments()
1070 case AUTR_STATE_START: return " START "; in trustanchor_state2str()
1155 if(ta->s == AUTR_STATE_START) in autr_write_contents()
1730 if (anchor->s == AUTR_STATE_START) in do_newkey()
1773 set_trustanchor_state(env, anchor, c, AUTR_STATE_START); in do_keyrem()
1806 case AUTR_STATE_START: in anchor_state_update()
1918 if(anchor->s == AUTR_STATE_START) in remove_missing_trustanchors()
1985 if(p->s == AUTR_STATE_START || p->s == AUTR_STATE_REMOVED || in autr_cleanup_keys()