HomeSort by: relevance | last modified time | path
    Searched defs:dst_key (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libresolv/
dst_internal.h 38 typedef struct dst_key { struct
47 } DST_KEY;
90 int (*sign)(const int mode, DST_KEY *key, void **context,
93 int (*verify)(const int mode, DST_KEY *key, void **context,
96 int (*compare)(const DST_KEY *key1, const DST_KEY *key2);
97 int (*generate)(DST_KEY *key, int parms);
100 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out,
102 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str,
104 int (*to_file_fmt)(const DST_KEY *key, char *out
    [all...]
  /src/lib/libc/include/isc/
dst.h 7 typedef struct dst_key { struct
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)
    [all...]

Completed in 11 milliseconds