Searched refs:DST_KEY (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h12 } DST_KEY; typedef in typeref:struct: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_ke
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h45 } DST_KEY; typedef in typeref:struct:dst_key
80 int (*sign)(const int mode, DST_KEY *key, void **context,
83 int (*verify)(const int mode, DST_KEY *key, void **context,
86 int (*compare)(const DST_KEY *key1, const DST_KEY *key2);
87 int (*generate)(DST_KEY *key, int parms);
90 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out,
92 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str,
94 int (*to_file_fmt)(const DST_KEY *key, char *out,
96 int (*from_file_fmt)(DST_KEY *ke
[all...]
H A Ddst_api.c31 * DST_KEY *dst_read_key() Function to retrieve private/public KEY.
33 * DST_KEY *dst_dnskey_to_key() Function to convert DNS KEY RR to a DST
37 * DST_KEY *dst_buffer_to_key() Converst a data in buffer to KEY
38 * int *dst_key_to_buffer() Writes out DST_KEY key matterial in buffer
69 static DST_KEY *dst_s_read_public_key(const char *in_name,
71 static int dst_s_read_private_key_file(char *name, DST_KEY *pk_key,
73 static int dst_s_write_public_key(const DST_KEY *key);
74 static int dst_s_write_private_key(const DST_KEY *key);
77 static DST_KEY *dst_s_get_key_struct(const char *name, const int alg,
160 static DST_KEY *
[all...]
H A Dhmac_link.c94 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context,
163 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context,
226 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen)
281 dst_hmac_md5_key_to_file_format(const DST_KEY *dkey, char *buff,
344 dst_hmac_md5_key_from_file_format(DST_KEY *dkey, const char *buff,
385 * function to extract hmac key from DST_KEY structure
395 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str,
421 dst_hmac_md5_compare_keys(const DST_KEY *key1, const DST_KEY *key2)
450 dst_hmac_md5_generate_key(DST_KEY *ke
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c33 DST_KEY *dstkey;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c93 DST_KEY *key = (DST_KEY *)k;
H A Dns_verify.c140 DST_KEY *key = (DST_KEY *)k;

Completed in 65 milliseconds