Searched defs:rethash (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | nsec3.c | 217 unsigned char rethash[NSEC3_MAX_HASH_LENGTH], 230 if (rethash == NULL) 231 rethash = hash; 233 memset(rethash, 0, NSEC3_MAX_HASH_LENGTH); 240 len = isc_iterated_hash(rethash, hashalg, iterations, 250 region.base = rethash; 216 dns_nsec3_hashname(dns_fixedname_t *result, unsigned char rethash[NSEC3_MAX_HASH_LENGTH], size_t *hash_length, dns_name_t *name, dns_name_t *origin, dns_hash_t hashalg, unsigned int iterations, const unsigned char *salt, size_t saltlength) argument
|
Completed in 16 milliseconds