Searched refs:tsectype (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-update.c732 dns_tsectype_t tsectype; local
744 tsectype = dns_tsectype_tsig;
746 tsectype = dns_tsectype_sig0;
748 result = dns_tsec_create(mctx, tsectype, dstkey, &tsec);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dclient.c1607 dns_tsectype_t tsectype = dns_tsectype_none; local
1617 tsectype = dns_tsec_gettype(tsec);
1618 if (tsectype != dns_tsectype_tsig)
2620 dns_tsectype_t tsectype = dns_tsectype_none; local
2630 tsectype = dns_tsec_gettype(tsec);
2631 if (tsectype != dns_tsectype_tsig)

Completed in 76 milliseconds