Lines Matching defs:tsig_record
105 struct tsig_record struct
107 tsig_status_type status;
108 size_t position;
109 size_t response_count;
110 size_t updates_since_last_prepare;
111 void *context;
112 tsig_algorithm_type *algorithm;
113 tsig_key_type *key;
114 size_t prior_mac_size;
115 uint8_t *prior_mac_data;
118 region_type *rr_region;
119 region_type *context_region;
120 const dname_type *key_name;
121 const dname_type *algorithm_name;
122 uint16_t signed_time_high;
123 uint32_t signed_time_low;
124 uint16_t signed_time_fudge;
125 uint16_t mac_size;
126 uint8_t *mac_data;
127 uint16_t original_query_id;
128 uint16_t error_code;
129 uint16_t other_size;
130 uint8_t *other_data;