Home | History | Annotate | Download | only in testcode

Lines Matching defs:nsec3

426 /** Test hash algo - NSEC3 hash it and compare result */
434 struct ub_packed_rrset_key* answer, *nsec3, *nsec3_region;
442 printf("verifying NSEC3 hash:\n%s\n", s?s:"outofmemory");
446 nsec3 = find_rrset_type(rep, LDNS_RR_TYPE_NSEC3);
450 unit_assert(nsec3 && answer && qname);
452 /* Copy the nsec3 to the region, so it can stay referenced by the
454 nsec3_region = packed_rrset_copy_region(nsec3, region, 0);
474 /** Read file to test NSEC3 hash algo */
483 * The auth section NSEC3 is used to get hash parameters.
494 unit_show_func("NSEC3 hash", fname);