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

  /src/external/mpl/bind/dist/lib/dns/
validator.c 506 bool trustchain; local
509 * Set 'trustchain' to true if we're walking a chain of
512 trustchain = ((val->attributes & VALATTR_INSECURITY) == 0);
534 if (trustchain) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
validator.c 484 bool want_destroy, trustchain; local
497 * Set 'trustchain' to true if we're walking a chain of
500 trustchain = ((val->attributes & VALATTR_INSECURITY) == 0);
532 if (trustchain) {
538 if (trustchain) {
570 if (trustchain) {

Completed in 28 milliseconds