HomeSort by: relevance | last modified time | path
    Searched refs:AUTR_STATE_VALID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/validator/
autotrust.h 58 AUTR_STATE_VALID = 2,
autotrust.c 200 ta->s = AUTR_STATE_VALID;
208 case AUTR_STATE_VALID:
584 ((*list)->s == AUTR_STATE_VALID ||
1076 case AUTR_STATE_VALID: return " VALID ";
1670 ta->s = AUTR_STATE_VALID;
1752 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID);
1780 } else if(anchor->s == AUTR_STATE_VALID)
1789 set_trustanchor_state(env, anchor, c, AUTR_STATE_VALID);
1796 if(anchor->s == AUTR_STATE_VALID || anchor->s == AUTR_STATE_MISSING) {
1825 case AUTR_STATE_VALID
    [all...]

Completed in 44 milliseconds