Searched refs:nsec3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_nsec3.h221 * The nodes detail how a set of parameters (from nsec3 rr) plus
228 struct ub_packed_rrset_key* nsec3; member in struct:nsec3_cached_hash
255 * Used internally by the nsec3 proof functions in this file.
262 * @param nsec3: the rrset with parameters
274 struct ub_packed_rrset_key* nsec3, int rr, uint8_t* dname,
279 * zone name (taken from the nsec3 owner name) appended.
281 * @param r: the rr num of the nsec3 in the rrset.
285 * bad format nsec3 record).
300 * bad format nsec3 record).
308 * @param r: the rr num of the nsec3 i
[all...]
H A Dval_nsec3.c125 /** return if nsec3 RR has unknown flags */
148 /** return nsec3 RR algorithm */
160 /** return if nsec3 RR has known algorithm */
176 /** return nsec3 RR iteration count */
191 /** return nsec3 RR salt */
326 * @param filter: nsec3 filter structure.
402 * @param filter: nsec3 filter structure.
488 verbose(VERB_ALGO, "nsec3: keysize %d bits, max iterations %d",
512 if(nsec3_get_algo(h1->nsec3, h1->rr) !=
513 nsec3_get_algo(h2->nsec3, h
679 nsec3_hash_name(rbtree_t* table, struct regional* region, ldns_buffer* buf, struct ub_packed_rrset_key* nsec3, int rr, uint8_t* dname, size_t dname_len, struct nsec3_cached_hash** hash) argument
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Ddnssec_zone.c629 we keep a list of those nsec3's and retry to add them later */
1058 ldns_rr* nsec3; local
1064 nsec3 = ((ldns_dnssec_name*)node->data)->nsec;
1065 if (nsec3 &&ldns_rr_get_type(nsec3)
1067 ldns_nsec3_optout(nsec3)) {
H A Ddnssec_sign.c1245 ldns_rr *nsec3, *nsec3param; local
1264 nsec3 = ((ldns_dnssec_name *)zone->names->root->data)->nsec;
1265 if (nsec3 && ldns_rr_get_type(nsec3) == LDNS_RR_TYPE_NSEC3) {

Completed in 105 milliseconds