Searched refs:nsec3_find_cover (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | nsec3.h | 36 int nsec3_find_cover(struct zone* zone, uint8_t* hash, size_t hashlen,
|
H A D | nsec3.c | 484 nsec3_find_cover(zone_type* zone, uint8_t* hash, size_t hashlen, in nsec3_find_cover() function 536 exact = nsec3_find_cover(zone, domain->nsec3->hash_wc->hash.hash, in nsec3_precompile_domain() 544 (void)nsec3_find_cover(zone, domain->nsec3->hash_wc->wc.hash, in nsec3_precompile_domain() 561 exact = nsec3_find_cover(zone, domain->nsec3->ds_parent_hash->hash, in nsec3_precompile_domain_ds() 886 if(nsec3_find_cover(query->zone, hash, sizeof(hash), &cover)) in nsec3_add_nonexist_proof()
|