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

/bind-9.11.3/lib/dns/
H A Dtsec.c16 #include <dns/tsec.h>
44 dns_tsec_t *tsec; local
51 tsec = isc_mem_get(mctx, sizeof(*tsec));
52 if (tsec == NULL)
55 tsec->type = type;
56 tsec->mctx = mctx;
82 isc_mem_put(mctx, tsec, sizeof(*tsec));
90 isc_mem_put(mctx, tsec, sizeo
110 dns_tsec_t *tsec; local
134 dns_tsec_gettype(dns_tsec_t *tsec) argument
141 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp) argument
[all...]
H A Dclient.c42 #include <dns/tsec.h>
1640 dns_tsec_t *tsec, unsigned int timeout,
1678 options, parseoptions, tsec, timeout,
1722 dns_tsec_t *tsec, unsigned int timeout,
1740 if (tsec != NULL) {
1741 tsectype = dns_tsec_gettype(tsec);
1788 if (tsec != NULL)
1789 dns_tsec_getkey(tsec, &ctx->tsigkey);
2698 dns_tsec_t *tsec, unsigned int options)
2735 tsec, option
1637 dns_client_request(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries) argument
1719 dns_client_startrequest(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientreqtrans_t **transp) argument
2695 dns_client_update(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options) argument
2818 dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientupdatetrans_t **transp) argument
[all...]
/bind-9.11.3/lib/samples/
H A Dsample-update.c54 #include <dns/tsec.h>
58 static dns_tsec_t *tsec = NULL; variable
295 auth_serversp, tsec, 0);
307 auth_serversp, tsec, 0);
344 if (tsec != NULL)
345 dns_tsec_destroy(&tsec);
788 result = dns_tsec_create(mctx, tsectype, dstkey, &tsec);
791 fprintf(stderr, "could not create tsec: %s\n",

Completed in 29 milliseconds