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

/bind-9.11.3/lib/dns/
H A Dnsec3.c55 const unsigned char *nexthash, size_t hash_length,
98 memmove(p, nexthash, hash_length);
525 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local
556 * If this is the first NSEC3 in the chain nexthash will
559 next_length = sizeof(nexthash);
560 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
563 INSIST(next_length <= sizeof(nexthash));
589 INSIST(next_length <= sizeof(nexthash));
590 memmove(nexthash, nsec3.next, next_length);
677 nsec3.next = nexthash;
51 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
1333 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c1916 const unsigned char *nexthash; local
1937 nexthash = hashlist_findnext(hashlist, hash);
1943 nexthash, ISC_SHA1_DIGESTLENGTH,

Completed in 24 milliseconds