Searched refs:dns_tkeyctx_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/bind9/lib/dns/include/dns/ |
| D | tkey.h | 52 dns_tkeyctx_t **tctxp); 68 dns_tkeyctx_destroy(dns_tkeyctx_t **tctxp); 78 dns_tkey_processquery(dns_message_t *msg, dns_tkeyctx_t *tctx,
|
| D | types.h | 124 typedef struct dns_tkeyctx dns_tkeyctx_t; typedef
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | tkeyconf.c | 55 isc_entropy_t *ectx, dns_tkeyctx_t **tctxp) in ns_tkeyctx_fromconfig() 58 dns_tkeyctx_t *tctx = NULL; in ns_tkeyctx_fromconfig()
|
| D | server.c | 5621 dns_tkeyctx_t *t = NULL; in load_configuration()
|
| /freebsd-9-stable/contrib/bind9/bin/named/include/named/ |
| D | tkeyconf.h | 34 isc_entropy_t *ectx, dns_tkeyctx_t **tctxp);
|
| D | server.h | 80 dns_tkeyctx_t * tkeyctx;
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | tkey.c | 104 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()
|