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

/bind-9.6-ESV-R11/lib/dns/include/dst/
H A Ddst.h47 typedef struct dst_context dst_context_t; typedef in typeref:struct:dst_context
124 dst_context_create(dst_key_t *key, isc_mem_t *mctx, dst_context_t **dctxp);
128 isc_logcategory_t *category, dst_context_t **dctxp);
147 dst_context_destroy(dst_context_t **dctxp);
159 dst_context_adddata(dst_context_t *dctx, const isc_region_t *data);
175 dst_context_sign(dst_context_t *dctx, isc_buffer_t *sig);
193 dst_context_verify(dst_context_t *dctx, isc_region_t *sig);

Completed in 1129 milliseconds