Searched defs:hashed_domain (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-dnssec.c1399 _cleanup_free_ char *hashed_domain = NULL; local
1401 hashed_size = nsec3_hashed_domain_make(zone_rr, p, zone, &hashed_domain);
1420 r = dns_name_equal(DNS_RESOURCE_KEY_NAME(enclosure_rr->key), hashed_domain);
1923 _cleanup_free_ char *hashed_domain = NULL, *next_hashed_domain = NULL; local
1943 &hashed_domain);
1958 r = dns_name_between(DNS_RESOURCE_KEY_NAME(rr->key), hashed_domain, next_hashed_domain);

Completed in 396 milliseconds