Searched refs:hashnc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/validator/ |
H A D | val_neg.c | 1166 int qlabs, sldns_buffer* buf, uint8_t* hashnc, size_t* nclen) in neg_find_nsec3_ce() argument 1192 memmove(hashnc, hashce, celen); in neg_find_nsec3_ce() 1216 neg_nsec3_getnc(struct val_neg_zone* zone, uint8_t* hashnc, size_t nclen, in neg_nsec3_getnc() argument 1224 if(!(b32len=nsec3_hash_to_b32(hashnc, nclen, zone->name, in neg_nsec3_getnc() 1255 uint8_t hashnc[NSEC3_SHA_LEN]; in neg_nsec3_proof_ds() local 1273 hashnc, &nclen))) { in neg_nsec3_proof_ds() 1309 nc_rrset = neg_nsec3_getnc(zone, hashnc, nclen, rrset_cache, in neg_nsec3_proof_ds() 1317 c.hash = hashnc; in neg_nsec3_proof_ds()
|