HomeSort by: relevance | last modified time | path
    Searched refs:DST_KEY (Results 1 - 7 of 7) sorted by relevancy

  /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...]
  /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...]
dst_api.c 29 * DST_KEY *dst_read_key() Function to retrieve private/public KEY.
31 * DST_KEY *dst_dnskey_to_key() Function to convert DNS KEY RR to a DST
35 * DST_KEY *dst_buffer_to_key() Converst a data in buffer to KEY
36 * int *dst_key_to_buffer() Writes out DST_KEY key matterial in buffer
73 static DST_KEY *dst_s_read_public_key(const char *in_name,
75 static int dst_s_read_private_key_file(char *name, DST_KEY *pk_key,
77 static int dst_s_write_public_key(const DST_KEY *key);
78 static int dst_s_write_private_key(const DST_KEY *key);
81 static DST_KEY *dst_s_get_key_struct(const char *name, const int alg,
166 static DST_KEY *
    [all...]
hmac_link.c 80 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context,
149 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context,
212 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen)
267 dst_hmac_md5_key_to_file_format(const DST_KEY *dkey, char *buff,
331 dst_hmac_md5_key_from_file_format(DST_KEY *dkey, const char *buff,
372 * function to extract hmac key from DST_KEY structure
382 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str,
408 dst_hmac_md5_compare_keys(const DST_KEY *key1, const DST_KEY *key2)
438 dst_hmac_md5_generate_key(DST_KEY *key, const int nothing
    [all...]
res_sendsigned.c 36 DST_KEY *dstkey;
ns_sign.c 97 DST_KEY *key = (DST_KEY *)k;
ns_verify.c 141 DST_KEY *key = (DST_KEY *)k;

Completed in 15 milliseconds