Home | History | Annotate | Download | only in dns

Lines Matching defs:skr

41 #include <dns/skr.h>
82 static const char *testskr = TESTS_DIR "/testdata/skr/test.skr";
415 tempfilelen = strlen(TESTS_DIR "/testdata/skr/") + 20;
442 dns_skr_t *skr = NULL;
459 TESTS_DIR "/testdata/skr/", NULL,
463 /* Create/read the SKR file */
465 dns_skr_create(mctx, testskr, dname, dns_rdataclass_in, &skr);
467 &skr);
473 for (dns_skrbundle_t *bundle = ISC_LIST_HEAD(skr->bundles);
484 lb = dns_skr_lookup(skr, tb.btime, LIFETIME);
487 lb = dns_skr_lookup(skr, tb.btime + 1, LIFETIME);
492 dns_skr_destroy(skr);