Searched defs:VALATTR_INSECURITY (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dvalidator.c84 #define VALATTR_INSECURITY 0x0010 /*%< Attempting proveunsecure. */ macro
434 val->attributes |= VALATTR_INSECURITY;
513 val->attributes |= VALATTR_INSECURITY;
680 val->attributes |= VALATTR_INSECURITY;
744 if ((val->attributes & VALATTR_INSECURITY) != 0 &&
758 } else if ((val->attributes & VALATTR_INSECURITY) != 0) {
806 INSIST((val->attributes & VALATTR_INSECURITY) != 0);
2881 val->attributes |= VALATTR_INSECURITY;
3660 val->attributes |= VALATTR_INSECURITY;
3675 val->attributes |= VALATTR_INSECURITY;
[all...]

Completed in 30 milliseconds