tsig_record_type
tsig_record_type tsig;
tsig_record_type *tsig = (tsig_record_type *) data;
tsig_create_record(tsig_record_type *tsig, region_type *region)
tsig_create_record_custom(tsig_record_type *tsig, region_type *region,
tsig_delete_record(tsig_record_type* tsig, region_type* region)
tsig_init_record(tsig_record_type *tsig,
tsig_from_query(tsig_record_type *tsig)
tsig_init_query(tsig_record_type *tsig, uint16_t original_query_id)
tsig_prepare(tsig_record_type *tsig)
tsig_update(tsig_record_type *tsig, buffer_type *packet, size_t length)
tsig_sign(tsig_record_type *tsig)
tsig_verify(tsig_record_type *tsig)
tsig_find_rr(tsig_record_type *tsig, buffer_type *packet)
tsig_parse_rr(tsig_record_type *tsig, buffer_type *packet)
tsig_append_rr(tsig_record_type *tsig, buffer_type *packet)
tsig_reserved_space(tsig_record_type *tsig)
tsig_error_reply(tsig_record_type *tsig)
tsig_digest_variables(tsig_record_type *tsig, int tsig_timers_only)
void tsig_create_record(tsig_record_type* tsig,
void tsig_create_record_custom(tsig_record_type* tsig,
void tsig_delete_record(tsig_record_type* tsig, region_type* region);
void tsig_init_record(tsig_record_type *data,
int tsig_from_query(tsig_record_type *tsig);
void tsig_init_query(tsig_record_type *tsig, uint16_t original_query_id);
void tsig_prepare(tsig_record_type *tsig);
void tsig_update(tsig_record_type *tsig, buffer_type *packet, size_t length);
void tsig_sign(tsig_record_type *tsig);
int tsig_verify(tsig_record_type *tsig);
int tsig_find_rr(tsig_record_type *tsig, buffer_type *packet);
int tsig_parse_rr(tsig_record_type *tsig, buffer_type *packet);
void tsig_append_rr(tsig_record_type *tsig, buffer_type *packet);
size_t tsig_reserved_space(tsig_record_type *tsig);
void tsig_error_reply(tsig_record_type *tsig);
tsig_record_type notify_tsig; /* tsig state for notify */
xfrd_tsig_sign_request(buffer_type* packet, tsig_record_type* tsig,
tsig_record_type tsig; /* tsig state for IXFR/AXFR */