Searched refs:hashlist (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c93 typedef struct hashlist hashlist_t;
611 struct hashlist { struct
645 fatal("unable to grow hashlist: out of memory");
2208 unsigned int iterations, hashlist_t *hashlist,
2233 nexthash = hashlist_findnext(hashlist, hash);
2265 * is in hashlist. If 'name' is not in the hashlist then delete the
2274 const unsigned char *salt, size_t salt_length, hashlist_t *hashlist)
2307 exists = hashlist_exists(hashlist, hash);
2375 const unsigned char *salt, size_t salt_length, hashlist_t *hashlist)
2206 addnsec3(dns_name_t *name, dns_dbnode_t *node, const unsigned char *salt, size_t salt_length, unsigned int iterations, hashlist_t *hashlist, dns_ttl_t ttl) argument
2272 nsec3clean(dns_name_t *name, dns_dbnode_t *node, unsigned int hashalg, unsigned int iterations, const unsigned char *salt, size_t salt_length, hashlist_t *hashlist) argument
2374 nsec3ify(unsigned int hashalg, unsigned int iterations, const unsigned char *salt, size_t salt_length, hashlist_t *hashlist) argument
3080 hashlist_t hashlist; local
[all...]

Completed in 15 milliseconds