|
OpenDNSSEC-signer
1.4.6
|
#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 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().
1.8.8