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

/bind-9.11.3/lib/samples/
H A Dsample-update.c772 dns_tsectype_t tsectype; local
784 tsectype = dns_tsectype_tsig;
786 tsectype = dns_tsectype_sig0;
788 result = dns_tsec_create(mctx, tsectype, dstkey, &tsec);
/bind-9.11.3/lib/dns/
H A Dclient.c1732 dns_tsectype_t tsectype = dns_tsectype_none; local
1741 tsectype = dns_tsec_gettype(tsec);
1742 if (tsectype != dns_tsectype_tsig)
2832 dns_tsectype_t tsectype = dns_tsectype_none; local
2843 tsectype = dns_tsec_gettype(tsec);
2844 if (tsectype != dns_tsectype_tsig)

Completed in 21 milliseconds