Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/validator/
H A Dautotrust.c200 ta->s = AUTR_STATE_VALID; in parse_comments()
208 case AUTR_STATE_VALID: in parse_comments()
584 ((*list)->s == AUTR_STATE_VALID || in assemble_iterate_dnskey()
1670 ta->s = AUTR_STATE_VALID; in update_events()
1752 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID); in do_addtime()
1780 } else if(anchor->s == AUTR_STATE_VALID) in do_keyrem()
1789 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID); in do_keypres()
1825 case AUTR_STATE_VALID: in anchor_state_update()
1874 anchor->s == AUTR_STATE_VALID) in init_zsk_to_ksk()
1885 AUTR_STATE_VALID); in init_zsk_to_ksk()
[all …]
H A Dautotrust.h58 AUTR_STATE_VALID = 2, enumerator