Home
last modified time | relevance | path

Searched refs:dst_key_to_buffer (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libc/include/isc/
H A Ddst.h30 #define dst_key_to_buffer __dst_key_to_buffer macro
96 int dst_key_to_buffer(DST_KEY *, u_char *, int);
/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Ddst.h30 #define dst_key_to_buffer __dst_key_to_buffer macro
96 int dst_key_to_buffer(DST_KEY *, u_char *, int);
/netbsd-src/lib/libresolv/
H A Ddst_api.c799 dst_key_to_buffer(DST_KEY *key, u_char *out_buff, int buf_len) in dst_key_to_buffer() function
/netbsd-src/external/bsd/libbind/dist/dst/
H A Ddst_api.c793 dst_key_to_buffer(DST_KEY *key, u_char *out_buff, int buf_len) in dst_key_to_buffer() function
/netbsd-src/external/bsd/libbind/dist/tests/
H A Ddig8.c751 dst_key_to_buffer(dst_key, key.data, 1024); in main()