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

/bind-9.11.3/lib/dns/tests/
H A Dtsig_test.c263 dst_context_t *outctx = NULL; local
347 ISC_FALSE, &outctx);
349 ATF_REQUIRE(outctx != NULL);
354 result = add_mac(outctx, tsigout);
364 render(buf, DNS_MESSAGEFLAG_QR, key, &tsigout, &tsigout, outctx);
416 render(buf, DNS_MESSAGEFLAG_QR, key, &tsigout, &tsigout, outctx);
418 result = add_tsig(outctx, key, buf);
472 if (outctx != NULL)
473 dst_context_destroy(&outctx);

Completed in 16 milliseconds