Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dtsig_test.c284 dst_context_t *outctx = NULL; in ISC_RUN_TEST_IMPL()
351 false, 0, &outctx); in ISC_RUN_TEST_IMPL()
353 assert_non_null(outctx); in ISC_RUN_TEST_IMPL()
358 result = add_mac(outctx, tsigout); in ISC_RUN_TEST_IMPL()
367 render(buf, DNS_MESSAGEFLAG_QR, key, &tsigout, &tsigout, outctx); in ISC_RUN_TEST_IMPL()
409 render(buf, DNS_MESSAGEFLAG_QR, key, &tsigout, &tsigout, outctx); in ISC_RUN_TEST_IMPL()
411 result = add_tsig(outctx, key, buf, now, mangle_sig); in ISC_RUN_TEST_IMPL()
465 if (outctx != NULL) { in ISC_RUN_TEST_IMPL()
466 dst_context_destroy(&outctx); in ISC_RUN_TEST_IMPL()
286 dst_context_t *outctx = NULL; ISC_RUN_TEST_IMPL() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_req.c818 krb5_rd_req_out_ctx *outctx) in krb5_rd_req_ctx() argument
826 *outctx = NULL; in krb5_rd_req_ctx()
1036 if (ret || outctx == NULL) { in krb5_rd_req_ctx()
1039 *outctx = o; in krb5_rd_req_ctx()