Home
last modified time | relevance | path

Searched defs:dst_key (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h36 typedef struct dst_key { struct
37 char *dk_key_name; /*%< name of the key */
38 int dk_key_size; /*%< this is the size of the key in bits */
39 int dk_proto; /*%< what protocols this key can be used for */
40 int dk_alg; /*%< algorithm number from key record */
41 u_int32_t dk_flags; /*%< and the flags of the public key */
42 u_int16_t dk_id; /*%< identifier of the key */
43 void *dk_KEY_struct; /*%< pointer to key in crypto pkg fmt */
44 struct dst_func *dk_func; /*%< point to cryptto pgk specific function table */
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h5 typedef struct dst_key { struct
28 #define dst_key_to_buffer __dst_key_to_buffer argument