Lines Matching refs:answer_dnssec_result

41         t->answer_dnssec_result = _DNSSEC_RESULT_INVALID;
191 t->answer_dnssec_result = _DNSSEC_RESULT_INVALID;
296 LOG_MESSAGE("DNSSEC validation failed for question %s: %s", dns_transaction_key_string(t), dnssec_result_to_string(t->answer_dnssec_result)),
299 "DNSSEC_RESULT=%s", dnssec_result_to_string(t->answer_dnssec_result),
648 log_debug("Auxiliary DNSSEC RR query failed validation: %s", dnssec_result_to_string(dt->answer_dnssec_result));
649 t->answer_dnssec_result = dt->answer_dnssec_result; /* Copy error code over */
664 t->answer_dnssec_result = DNSSEC_FAILED_AUXILIARY;
699 if (t->answer_dnssec_result == DNSSEC_INCOMPATIBLE_SERVER &&
707 if (!IN_SET(t->answer_dnssec_result,
716 if (t->answer_dnssec_result == DNSSEC_INCOMPATIBLE_SERVER)
970 t->answer_dnssec_result = _DNSSEC_RESULT_INVALID;
2565 if (t->answer_dnssec_result != _DNSSEC_RESULT_INVALID)
2570 t->answer_dnssec_result = DNSSEC_VALIDATED;
2581 t->answer_dnssec_result = DNSSEC_INCOMPATIBLE_SERVER;
2774 t->answer_dnssec_result = DNSSEC_INCOMPATIBLE_SERVER;
2849 t->answer_dnssec_result = result;
2902 t->answer_dnssec_result = DNSSEC_VALIDATED;
2907 t->answer_dnssec_result = DNSSEC_UNSIGNED;
2925 t->answer_dnssec_result = DNSSEC_VALIDATED;
2935 t->answer_dnssec_result = DNSSEC_VALIDATED;
2945 t->answer_dnssec_result = DNSSEC_UNSIGNED;
2958 t->answer_dnssec_result = DNSSEC_NO_SIGNATURE;
2961 t->answer_dnssec_result = DNSSEC_UNSIGNED;
2970 t->answer_dnssec_result = DNSSEC_UNSUPPORTED_ALGORITHM;
2977 t->answer_dnssec_result = DNSSEC_NSEC_MISMATCH;