Home
last modified time | relevance | path

Searched refs:dst_key_tofile (Results 1 – 12 of 12) sorted by relevance

/minix/external/bsd/bind/dist/bin/tests/dst/
H A Ddst_test.c151 ret = dst_key_tofile(key, type, tmp); in io()
179 ret = dst_key_tofile(key1, type, tmp); in dh()
183 ret = dst_key_tofile(key2, type, tmp); in dh()
H A Dt_dst.c233 ret = dst_key_tofile(key1, type, tmp); in dh()
241 ret = dst_key_tofile(key2, type, tmp); in dh()
347 ret = dst_key_tofile(key, type, tmp); in io()
366 ret = dst_key_tofile(key, type, tmp); in io()
/minix/external/bsd/bind/dist/bin/tests/system/rsabigexponent/
H A Dbigkey.c228 CHECK(dst_key_tofile(key, DST_TYPE_PRIVATE | DST_TYPE_PUBLIC, NULL), in main()
/minix/external/bsd/bind/dist/bin/dnssec/
H A Ddnssec-revoke.c246 result = dst_key_tofile(key, DST_TYPE_PUBLIC|DST_TYPE_PRIVATE, in main()
H A Ddnssec-importkey.c244 result = dst_key_tofile(key, DST_TYPE_PUBLIC|DST_TYPE_PRIVATE, in emit()
H A Ddnssec-settime.c585 result = dst_key_tofile(key, DST_TYPE_PUBLIC|DST_TYPE_PRIVATE, in main()
H A Ddnssec-keyfromlabel.c668 ret = dst_key_tofile(key, options, directory); in main()
H A Ddnssec-keygen.c1027 ret = dst_key_tofile(key, options, directory); in main()
/minix/external/bsd/bind/dist/lib/dns/include/dst/
H A Ddst.h384 dst_key_tofile(const dst_key_t *key, int type, const char *directory);
/minix/external/bsd/bind/dist/bin/tests/system/tkey/
H A Dkeycreate.c122 result = dst_key_tofile(tsigkey->key, type, ""); in recvquery()
/minix/external/bsd/bind/dist/lib/dns/win32/
H A Dlibdns.def.in1294 dst_key_tofile
/minix/external/bsd/bind/dist/lib/dns/
H A Ddst_api.c474 dst_key_tofile(const dst_key_t *key, int type, const char *directory) { in dst_key_tofile() function