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

/systemd/src/resolve/
H A Dresolved-dns-transaction.c709 DNSSEC_VALIDATED, /* Answer is signed and validated successfully */
2085 /* Add all DNSKEY RRs from the answer that are validated by DS
2086 * RRs from the list of validated keys to the list of
2087 * validated keys. */
2097 /* If so, the DNSKEY is validated too. */
2526 /* Copy all validated RRs from the auxiliary DNSSEC transactions into our set of validated RRs */
2545 _cleanup_(dns_answer_unrefp) DnsAnswer *validated = NULL;
2564 /* Already validated */
2600 * validated D
[all...]
/systemd/src/journal/
H A Djournalctl.c1699 usec_t first = 0, validated = 0, last = 0; local
1706 k = journal_file_verify(f, arg_verify_key, &first, &validated, &last, true);
1718 if (validated > 0) {
1721 format_timestamp_maybe_utc(b, sizeof(b), validated),
1722 format_timespan(c, sizeof(c), last > validated ? last - validated : 0, 0));

Completed in 23 milliseconds