Searched refs:hashnc (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/unbound/validator/
H A Dval_neg.c1165 int qlabs, sldns_buffer* buf, uint8_t* hashnc, size_t* nclen)
1191 memmove(hashnc, hashce, celen);
1214 neg_nsec3_getnc(struct val_neg_zone* zone, uint8_t* hashnc, size_t nclen, argument
1222 if(!(b32len=nsec3_hash_to_b32(hashnc, nclen, zone->name,
1253 uint8_t hashnc[NSEC3_SHA_LEN]; local
1271 hashnc, &nclen))) {
1307 nc_rrset = neg_nsec3_getnc(zone, hashnc, nclen, rrset_cache,
1315 c.hash = hashnc;
1164 neg_find_nsec3_ce(struct val_neg_zone* zone, uint8_t* qname, size_t qname_len, int qlabs, sldns_buffer* buf, uint8_t* hashnc, size_t* nclen) argument

Completed in 66 milliseconds