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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c93 typedef struct hashlist hashlist_t;
695 struct hashlist { struct
740 fatal("unable to grow hashlist: out of memory");
1912 unsigned int iterations, hashlist_t *hashlist,
1937 nexthash = hashlist_findnext(hashlist, hash);
1968 * is in hashlist. If 'name' is not in the hashlist then delete the
1977 const unsigned char *salt, size_t salt_len, hashlist_t *hashlist)
2010 exists = hashlist_exists(hashlist, hash);
2197 const unsigned char *salt, size_t salt_len, hashlist_t *hashlist)
1910 addnsec3(dns_name_t *name, dns_dbnode_t *node, const unsigned char *salt, size_t salt_len, unsigned int iterations, hashlist_t *hashlist, dns_ttl_t ttl) argument
1975 nsec3clean(dns_name_t *name, dns_dbnode_t *node, unsigned int hashalg, unsigned int iterations, const unsigned char *salt, size_t salt_len, hashlist_t *hashlist) argument
2196 nsec3ify(unsigned int hashalg, dns_iterations_t iterations, const unsigned char *salt, size_t salt_len, hashlist_t *hashlist) argument
3128 hashlist_t hashlist; local
[all...]

Completed in 18 milliseconds