Home
last modified time | relevance | path

Searched refs:dns_tkeyctx_t (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dtkey.h52 dns_tkeyctx_t **tctxp);
68 dns_tkeyctx_destroy(dns_tkeyctx_t **tctxp);
78 dns_tkey_processquery(dns_message_t *msg, dns_tkeyctx_t *tctx,
Dtypes.h124 typedef struct dns_tkeyctx dns_tkeyctx_t; typedef
/freebsd-9-stable/contrib/bind9/bin/named/
Dtkeyconf.c55 isc_entropy_t *ectx, dns_tkeyctx_t **tctxp) in ns_tkeyctx_fromconfig()
58 dns_tkeyctx_t *tctx = NULL; in ns_tkeyctx_fromconfig()
Dserver.c5621 dns_tkeyctx_t *t = NULL; in load_configuration()
/freebsd-9-stable/contrib/bind9/bin/named/include/named/
Dtkeyconf.h34 isc_entropy_t *ectx, dns_tkeyctx_t **tctxp);
Dserver.h80 dns_tkeyctx_t * tkeyctx;
/freebsd-9-stable/contrib/bind9/lib/dns/
Dtkey.c104 dns_tkeyctx_create(isc_mem_t *mctx, isc_entropy_t *ectx, dns_tkeyctx_t **tctxp) in dns_tkeyctx_create()
106 dns_tkeyctx_t *tctx; in dns_tkeyctx_create()
112 tctx = isc_mem_get(mctx, sizeof(dns_tkeyctx_t)); in dns_tkeyctx_create()
129 dns_tkeyctx_destroy(dns_tkeyctx_t **tctxp) { in dns_tkeyctx_destroy()
131 dns_tkeyctx_t *tctx; in dns_tkeyctx_destroy()
151 isc_mem_put(mctx, tctx, sizeof(dns_tkeyctx_t)); in dns_tkeyctx_destroy()
287 dns_rdata_tkey_t *tkeyin, dns_tkeyctx_t *tctx, in process_dhtkey()
445 dns_tkeyctx_t *tctx, dns_rdata_tkey_t *tkeyout, in process_gsstkey()
627 dns_tkey_processquery(dns_message_t *msg, dns_tkeyctx_t *tctx, in dns_tkey_processquery()