#include <keys.h>
Data Fields | |
allocator_type * | allocator |
const char * | locator |
ldns_rr * | dnskey |
hsm_key_t * | hsmkey |
hsm_sign_params_t * | params |
uint8_t | algorithm |
uint32_t | flags |
int | publish |
int | ksk |
int | zsk |
key_type * | next |
Definition at line 56 of file keys.h.
uint8_t key_struct::algorithm |
Definition at line 62 of file keys.h.
Referenced by key_create(), key_recover(), lhsm_get_key(), lhsm_sign(), rrset_sign(), and signconf_compare_keys().
Definition at line 57 of file keys.h.
Referenced by key_create(), and key_recover().
ldns_rr* key_struct::dnskey |
Definition at line 59 of file keys.h.
Referenced by key_create(), key_recover(), keylist_lookup_by_dnskey(), lhsm_get_key(), lhsm_sign(), signconf_compare_keys(), and zone_publish_dnskeys().
uint32_t key_struct::flags |
Definition at line 63 of file keys.h.
Referenced by key_create(), key_recover(), lhsm_get_key(), lhsm_sign(), rrset_sign(), and signconf_compare_keys().
hsm_key_t* key_struct::hsmkey |
Definition at line 60 of file keys.h.
Referenced by key_create(), key_recover(), lhsm_get_key(), lhsm_sign(), and signconf_compare_keys().
int key_struct::ksk |
Definition at line 65 of file keys.h.
Referenced by key_create(), key_recover(), rrset_sign(), and signconf_compare_keys().
const char* key_struct::locator |
Definition at line 58 of file keys.h.
Referenced by key_create(), key_recover(), keylist_lookup(), keylist_push(), lhsm_get_key(), lhsm_sign(), rrset_sign(), signconf_compare_keys(), and zone_publish_dnskeys().
Definition at line 67 of file keys.h.
Referenced by key_create(), key_recover(), keylist_backup(), keylist_cleanup(), keylist_log(), keylist_lookup(), keylist_lookup_by_dnskey(), keylist_print(), keylist_push(), rrset_sign(), signconf_compare_keys(), and zone_publish_dnskeys().
hsm_sign_params_t* key_struct::params |
Definition at line 61 of file keys.h.
Referenced by key_create(), key_recover(), lhsm_get_key(), and lhsm_sign().
Definition at line 64 of file keys.h.
Referenced by key_create(), key_recover(), signconf_compare_keys(), and zone_publish_dnskeys().
int key_struct::zsk |
Definition at line 66 of file keys.h.
Referenced by key_create(), key_recover(), rrset_sign(), and signconf_compare_keys().