Searched refs:dns_tsec_create (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dtsec.h60 dns_tsec_create(isc_mem_t *mctx, dns_tsectype_t type, dst_key_t *key,
64 * For a TSIG key (type is dns_tsectype_tsig), dns_tsec_create() creates a
68 * must not modify or destroy it after the call to dns_tsec_create().
/bind-9.11.3/lib/dns/
H A Dtsec.c40 dns_tsec_create(isc_mem_t *mctx, dns_tsectype_t type, dst_key_t *key, function
/bind-9.11.3/lib/samples/
H A Dsample-update.c788 result = dns_tsec_create(mctx, tsectype, dstkey, &tsec);

Completed in 322 milliseconds