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

/freebsd-13-stable/contrib/unbound/validator/
H A Dautotrust.h58 AUTR_STATE_VALID = 2, enumerator in enum:__anon6315
H A Dautotrust.c200 ta->s = AUTR_STATE_VALID;
208 case AUTR_STATE_VALID:
580 ((*list)->s == AUTR_STATE_VALID ||
1072 case AUTR_STATE_VALID: return " VALID ";
1657 ta->s = AUTR_STATE_VALID;
1739 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID);
1767 } else if(anchor->s == AUTR_STATE_VALID)
1776 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID);
1783 if(anchor->s == AUTR_STATE_VALID || anchor->s == AUTR_STATE_MISSING) {
1812 case AUTR_STATE_VALID
[all...]

Completed in 83 milliseconds