Searched refs:hashed_size (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 1310 assert(hashed_size > 0); 1314 l = base32hexmem(hashed, hashed_size, false); 1323 return (int) hashed_size; 1328 int hashed_size; local 1335 hashed_size = dnssec_nsec3_hash(nsec3, domain, hashed); 1336 if (hashed_size < 0) 1337 return hashed_size; 1339 return nsec3_hashed_domain_format(hashed, (size_t) hashed_size, zone, ret); 1357 int hashed_size, local [all...] |
Completed in 274 milliseconds