|
OpenDNSSEC-signer
1.3.9
|
#include <keys.h>

Data Fields | |
| allocator_type * | allocator |
| size_t | count |
| key_type * | first_key |
| allocator_type* keylist_struct::allocator |
Definition at line 76 of file keys.h.
Referenced by keylist_cleanup(), and keylist_create().
| size_t keylist_struct::count |
Definition at line 77 of file keys.h.
Referenced by keylist_create(), keylist_lookup(), keylist_lookup_by_dnskey(), keylist_push(), signconf_check(), and zone_publish_dnskeys().
| key_type* keylist_struct::first_key |
Definition at line 78 of file keys.h.
Referenced by keylist_backup(), keylist_cleanup(), keylist_create(), keylist_log(), keylist_lookup(), keylist_lookup_by_dnskey(), keylist_print(), keylist_push(), rrset_sign(), signconf_compare_keys(), and zone_publish_dnskeys().
1.8.1.2