Searched refs:hashed (Results 1 - 1 of 1) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-dnssec.c | 1305 static int nsec3_hashed_domain_format(const uint8_t *hashed, size_t hashed_size, const char *zone, char **ret) { argument 1309 assert(hashed); 1314 l = base32hexmem(hashed, hashed_size, false); 1327 uint8_t hashed[DNSSEC_HASH_SIZE_MAX]; local 1335 hashed_size = dnssec_nsec3_hash(nsec3, domain, hashed); 1339 return nsec3_hashed_domain_format(hashed, (size_t) hashed_size, zone, ret); 1949 /* Format the NSEC3's next hashed name as proper domain name */
|
Completed in 712 milliseconds