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

/bind-9.6-ESV-R11/bin/named/
H A Dtkeyconf.c55 isc_entropy_t *ectx, dns_tkeyctx_t **tctxp)
121 *tctxp = tctx;
54 ns_tkeyctx_fromconfig(const cfg_obj_t *options, isc_mem_t *mctx, isc_entropy_t *ectx, dns_tkeyctx_t **tctxp) argument
/bind-9.6-ESV-R11/lib/dns/
H A Dtkey.c86 dns_tkeyctx_create(isc_mem_t *mctx, isc_entropy_t *ectx, dns_tkeyctx_t **tctxp) argument
92 REQUIRE(tctxp != NULL && *tctxp == NULL);
105 *tctxp = tctx;
110 dns_tkeyctx_destroy(dns_tkeyctx_t **tctxp) { argument
114 REQUIRE(tctxp != NULL && *tctxp != NULL);
116 tctx = *tctxp;
131 *tctxp = NULL;

Completed in 13 milliseconds