Searched defs:tctxp (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dtkeyconf.c46 isc_entropy_t *ectx, dns_tkeyctx_t **tctxp)
119 *tctxp = tctx;
45 ns_tkeyctx_fromconfig(const cfg_obj_t *options, isc_mem_t *mctx, isc_entropy_t *ectx, dns_tkeyctx_t **tctxp) argument
/bind-9.11.3/lib/dns/
H A Dtkey.c103 dns_tkeyctx_create(isc_mem_t *mctx, isc_entropy_t *ectx, dns_tkeyctx_t **tctxp) argument
109 REQUIRE(tctxp != NULL && *tctxp == NULL);
123 *tctxp = tctx;
128 dns_tkeyctx_destroy(dns_tkeyctx_t **tctxp) { argument
132 REQUIRE(tctxp != NULL && *tctxp != NULL);
134 tctx = *tctxp;
152 *tctxp = NULL;

Completed in 13 milliseconds