Searched refs:dst_key_todns (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/bin/tests/dst/
H A Ddst_test.c106 ret = dst_key_todns(key, &buf1);
118 ret = dst_key_todns(newkey, &buf2);
/bind-9.11.3/lib/dns/include/dst/
H A Ddst.h436 dst_key_todns(const dst_key_t *key, isc_buffer_t *target);
/bind-9.11.3/bin/dnssec/
H A Ddnssec-importkey.c171 result = dst_key_todns(key, &keyb);
H A Ddnssec-dsfromkey.c196 result = dst_key_todns(key, &keyb);
H A Ddnssec-signzone.c2879 result = dst_key_todns(key->key, &b);
2880 check_result(result, "dst_key_todns");
/bind-9.11.3/lib/dns/
H A Ddst_api.c713 dst_key_todns(const dst_key_t *key, isc_buffer_t *target) { function
1146 result = dst_key_todns(key1, &b1);
1155 result = dst_key_todns(key2, &b2);
1742 ret = dst_key_todns(key, &keyb);
1882 ret = dst_key_todns(key, &dnsbuf);
H A Dtkey.c385 RETERR(dst_key_todns(tctx->dhkey, &ourkeybuf));
1017 RETERR(dst_key_todns(key, dynbuf));
H A Ddnssec.c1815 result = dst_key_todns(key, &b);
H A Dzone.c3799 CHECK(dst_key_todns(key, &dstb));

Completed in 84 milliseconds