Home | History | Annotate | Download | only in isc

Lines Matching defs:DST_KEY

7 typedef struct dst_key {
14 } DST_KEY;
65 DST_KEY *, /*!< the key to use */
72 DST_KEY *, /*!< the key to use */
78 DST_KEY *dst_read_key(const char *, /*!< name of key */
82 int dst_write_key(const DST_KEY *, /*!< key to write out */
84 DST_KEY *dst_dnskey_to_key(const char *, /*!< KEY record name */
87 int dst_key_to_dnskey(const DST_KEY *, /*!< key to translate */
90 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
96 int dst_key_to_buffer(DST_KEY *, u_char *, int);
98 DST_KEY *dst_generate_key(const char *, /*!< name of new key */
104 DST_KEY *dst_free_key(DST_KEY *);
105 int dst_compare_keys(const DST_KEY *, const DST_KEY *);
107 int dst_sig_size(DST_KEY *);