OpenDNSSEC-signer
2.1.4
|
#include <tsig.h>
Data Fields | |
tsig_type * | next |
const char * | name |
const char * | algorithm |
const char * | secret |
tsig_key_type * | key |
const char* tsig_struct::algorithm |
Definition at line 113 of file tsig.h.
Referenced by tsig_cleanup(), and tsig_create().
tsig_key_type* tsig_struct::key |
Definition at line 115 of file tsig.h.
Referenced by tsig_create().
const char* tsig_struct::name |
Definition at line 112 of file tsig.h.
Referenced by tsig_cleanup(), tsig_create(), and tsig_lookup_by_name().
tsig_type* tsig_struct::next |
Definition at line 111 of file tsig.h.
Referenced by tsig_cleanup(), tsig_create(), and tsig_lookup_by_name().
const char* tsig_struct::secret |
Definition at line 114 of file tsig.h.
Referenced by tsig_cleanup(), and tsig_create().