Lines Matching refs:NSEC3
2 * nsec3.h -- nsec3 handling.
12 #ifdef NSEC3
33 * finds nsec3 that covers the given domain hash.
40 * _answer_ Routines used to add the correct nsec3 record to a query answer.
51 * add NSEC3 to provide domain name but not rrset exists,
52 * this could be a query for a DS or NSEC3 type
58 * add NSEC3 for a delegation (optout stuff)
63 * add NSEC3 for authoritative answers.
71 * True if domain is a NSEC3 (+RRSIG) data only variety.
79 /* see if NSEC3 record uses the params in use for the zone */
83 /* find previous NSEC3, or, lastinzone, or, NULL */
85 /* clear nsec3 precompile for the zone */
93 /* set nsec3param for this zone or NULL if no NSEC3 available */
96 /* hash domain and wcchild, and lookup nsec3 in tree, and precompile */
99 /* hash ds_parent_cover, and lookup nsec3 and precompile */
102 /* put nsec3 into nsec3tree and adjust zonelast */
110 /* create trees for nsec3 updates and lookups in zone */
112 /* lookup zone that contains domain's nsec3 trees */
117 #endif /* NSEC3 */