Searched defs:DST_KEY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h45 } DST_KEY; typedef in typeref:struct:dst_key
80 int (*sign)(const int mode, DST_KEY *key, void **context,
83 int (*verify)(const int mode, DST_KEY *key, void **context,
86 int (*compare)(const DST_KEY *key1, const DST_KEY *key2);
87 int (*generate)(DST_KEY *key, int parms);
90 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out,
92 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str,
94 int (*to_file_fmt)(const DST_KEY *key, char *out,
96 int (*from_file_fmt)(DST_KEY *ke
[all...]
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h12 } DST_KEY; typedef in typeref:struct:dst_key
63 DST_KEY *, /*!< the key to use */
70 DST_KEY *, /*!< the key to use */
76 DST_KEY *dst_read_key(const char *, /*!< name of key */
80 int dst_write_key(const DST_KEY *, /*!< key to write out */
82 DST_KEY *dst_dnskey_to_key(const char *, /*!< KEY record name */
85 int dst_key_to_dnskey(const DST_KEY *, /*!< key to translate */
88 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
94 int dst_key_to_buffer(DST_KEY *, u_char *, int);
96 DST_KEY *dst_generate_ke
[all...]

Completed in 57 milliseconds