Home
last modified time | relevance | path

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
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 */
88 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
94 int dst_key_to_buffer(DST_KEY *, u_char *, int);
102 DST_KEY *dst_free_key(DST_KEY *);
103 int dst_compare_keys(const DST_KEY *, const DST_KEY *);
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h45 } DST_KEY; typedef
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 *key, const char *out,
H A Ddst_api.c156 static DST_KEY *
160 DST_KEY *new_key = NULL; in dst_s_get_key_struct()
193 dst_compare_keys(const DST_KEY *key1, const DST_KEY *key2) in dst_compare_keys()
319 DST_KEY *
458 static DST_KEY *
638 DST_KEY *
641 DST_KEY *key_st; in dst_dnskey_to_key()
752 DST_KEY *
761 DST_KEY *dkey = NULL; in dst_buffer_to_key()
946 DST_KEY *
[all …]
H A Dhmac_link.c91 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context, in dst_hmac_md5_sign()
160 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context, in dst_hmac_md5_verify()
223 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen) in dst_buffer_to_hmac_md5()
278 dst_hmac_md5_key_to_file_format(const DST_KEY *dkey, char *buff, in dst_hmac_md5_key_to_file_format()
341 dst_hmac_md5_key_from_file_format(DST_KEY *dkey, const char *buff, in dst_hmac_md5_key_from_file_format()
392 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str, in dst_hmac_md5_to_dns_key()
418 dst_hmac_md5_compare_keys(const DST_KEY *key1, const DST_KEY *key2) in dst_hmac_md5_compare_keys()
447 dst_hmac_md5_generate_key(DST_KEY *key, const int nothing) in dst_hmac_md5_generate_key()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c87 DST_KEY *key = (DST_KEY *)k; in ns_sign2()
H A Dns_verify.c134 DST_KEY *key = (DST_KEY *)k; in ns_verify()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c33 DST_KEY *dstkey; in res_nsendsigned()