Searched refs:digest_type (Results 1 - 6 of 6) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-trust-anchor.c | 79 rr->ds.digest_type = DNSSEC_DIGEST_SHA256; 224 _cleanup_free_ char *key_tag = NULL, *algorithm = NULL, *digest_type = NULL, *digest = NULL; local 230 r = extract_many_words(&p, NULL, 0, &key_tag, &algorithm, &digest_type, &digest, NULL); 250 dt = dnssec_digest_from_string(digest_type); 252 log_warning("Failed to parse DS digest type %s on line %s:%u", digest_type, path, line); 268 rr->ds.digest_type = dt;
|
H A D | resolved-dns-rr.h | 228 uint8_t digest_type; member in struct:DnsResourceRecord::__anon231::__anon246
|
H A D | resolved-dns-rr.c | 656 a->ds.digest_type == b->ds.digest_type && 946 rr->ds.digest_type, 1413 siphash24_compress(&rr->ds.digest_type, sizeof(rr->ds.digest_type), state);
|
H A D | test-dnssec.c | 239 ds1->ds.digest_type = DNSSEC_DIGEST_SHA1; 251 ds2->ds.digest_type = DNSSEC_DIGEST_SHA256;
|
H A D | resolved-dns-packet.c | 942 r = dns_packet_append_uint8(p, rr->ds.digest_type, NULL); 1812 r = dns_packet_read_uint8(p, &rr->ds.digest_type, NULL);
|
H A D | resolved-dns-dnssec.c | 1075 md_algorithm = digest_to_gcrypt_md(ds->ds.digest_type);
|
Completed in 2366 milliseconds