Lines Matching defs:dst_key
96 struct dst_key { struct
97 unsigned int magic;
98 isc_refcount_t refs;
99 dns_name_t * key_name; /*%< name of the key */
100 unsigned int key_size; /*%< size of the key in bits */
101 unsigned int key_proto; /*%< protocols this key is used for */
102 unsigned int key_alg; /*%< algorithm of the key */
103 isc_uint32_t key_flags; /*%< flags of the public key */
104 isc_uint16_t key_id; /*%< identifier of the key */
105 isc_uint16_t key_rid; /*%< identifier of the key when
107 isc_uint16_t key_bits; /*%< hmac digest bits */
108 dns_rdataclass_t key_class; /*%< class of the key record */
109 dns_ttl_t key_ttl; /*%< default/initial dnskey ttl */
110 isc_mem_t *mctx; /*%< memory context */
111 char *engine; /*%< engine name (HSM) */
112 char *label; /*%< engine label (HSM) */
113 union {
153 dst_key_t *key; argument