OpenDNSSEC-signer  1.4.5
Data Fields
tsig_struct Struct Reference

#include <tsig.h>

Collaboration diagram for tsig_struct:
Collaboration graph
[legend]

Data Fields

tsig_typenext
const char * name
const char * algorithm
const char * secret
tsig_key_typekey

Detailed Description

Definition at line 111 of file tsig.h.

Field Documentation

const char* tsig_struct::algorithm

Definition at line 114 of file tsig.h.

Referenced by tsig_cleanup(), and tsig_create().

tsig_key_type* tsig_struct::key

Definition at line 116 of file tsig.h.

Referenced by tsig_create().

const char* tsig_struct::name

Definition at line 113 of file tsig.h.

Referenced by tsig_cleanup(), tsig_create(), tsig_key_create(), and tsig_lookup_by_name().

tsig_type* tsig_struct::next

Definition at line 112 of file tsig.h.

Referenced by tsig_cleanup(), tsig_create(), and tsig_lookup_by_name().

const char* tsig_struct::secret

Definition at line 115 of file tsig.h.

Referenced by tsig_cleanup(), tsig_create(), and tsig_key_create().


The documentation for this struct was generated from the following file: