OpenDNSSEC-signer
1.4.8.2
|
#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 114 of file tsig.h.
Referenced by acl_create(), notify_create(), tsig_cleanup(), tsig_create(), and xfrd_acl_sockaddr_to().
tsig_key_type* tsig_struct::key |
Definition at line 116 of file tsig.h.
Referenced by acl_create(), notify_create(), tsig_create(), and xfrd_acl_sockaddr_to().
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().