Searched refs:DST_KEY (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | dst.h | 14 } DST_KEY; typedef 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 */ [all …]
|