Lines Matching refs:DST_KEY
12 } 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_key(const char *, /*!< name of new key */
102 DST_KEY *dst_free_key(DST_KEY *);
103 int dst_compare_keys(const DST_KEY *, const DST_KEY *);
105 int dst_sig_size(DST_KEY *);