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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c95 #define VALATTR_INSECURITY 0x0010 /*%< Attempting proveunsecure. */ macro
452 val->attributes |= VALATTR_INSECURITY;
531 val->attributes |= VALATTR_INSECURITY;
698 val->attributes |= VALATTR_INSECURITY;
762 if ((val->attributes & VALATTR_INSECURITY) != 0 &&
776 } else if ((val->attributes & VALATTR_INSECURITY) != 0) {
824 INSIST((val->attributes & VALATTR_INSECURITY) != 0);
2860 val->attributes |= VALATTR_INSECURITY;
3630 val->attributes |= VALATTR_INSECURITY;
3645 val->attributes |= VALATTR_INSECURITY;
[all...]

Completed in 52 milliseconds