Searched refs:nexthash (Results 1 - 3 of 3) sorted by relevance
| /bind-9.6-ESV-R11/bin/dnssec/ |
| H A D | dnssec-signzone.c | 2212 const unsigned char *nexthash; local 2233 nexthash = hashlist_findnext(hashlist, hash); 2239 nexthash, ISC_SHA1_DIGESTLENGTH,
|
| /bind-9.6-ESV-R11/lib/dns/include/dns/ |
| H A D | nsec3.h | 55 const unsigned char *nexthash, size_t hash_length,
|
| /bind-9.6-ESV-R11/lib/dns/ |
| H A D | nsec3.c | 82 const unsigned char *nexthash, size_t hash_length, 126 memmove(p, nexthash, hash_length); 557 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local 588 * If this is the first NSEC3 in the chain nexthash will 591 next_length = sizeof(nexthash); 592 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, 620 INSIST(next_length <= sizeof(nexthash)); 621 memmove(nexthash, nsec3.next, next_length); 711 nsec3.next = nexthash; 720 INSIST(old_length <= sizeof(nexthash)); 78 dns_nsec3_buildrdata(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, unsigned int hashalg, unsigned int flags, unsigned int iterations, const unsigned char *salt, size_t salt_length, const unsigned char *nexthash, size_t hash_length, unsigned char *buffer, dns_rdata_t *rdata) argument 1019 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local [all...] |
Completed in 35 milliseconds