OpenDNSSEC-signer
1.4.10
|
#include <keys.h>
Data Fields | |
ldns_rr * | dnskey |
hsm_sign_params_t * | params |
const char * | locator |
uint8_t | algorithm |
uint32_t | flags |
int | publish |
int | ksk |
int | zsk |
int | rfc5011 |
uint8_t key_struct::algorithm |
Definition at line 58 of file keys.h.
Referenced by keylist_cleanup(), keylist_push(), lhsm_get_key(), lhsm_sign(), parse_sc_keys(), and rrset_sign().
ldns_rr* key_struct::dnskey |
Definition at line 55 of file keys.h.
Referenced by keylist_cleanup(), keylist_lookup_by_dnskey(), keylist_push(), lhsm_get_key(), lhsm_sign(), zone_prepare_keys(), zone_publish_dnskeys(), and zone_rollback_dnskeys().
uint32_t key_struct::flags |
Definition at line 59 of file keys.h.
Referenced by keylist_cleanup(), keylist_push(), lhsm_get_key(), lhsm_sign(), parse_sc_keys(), rrset_del_rrsig(), and rrset_sign().
int key_struct::ksk |
Definition at line 61 of file keys.h.
Referenced by keylist_cleanup(), keylist_push(), parse_sc_keys(), and rrset_sign().
const char* key_struct::locator |
Definition at line 57 of file keys.h.
Referenced by keylist_cleanup(), keylist_log(), keylist_lookup_by_locator(), keylist_push(), lhsm_get_key(), lhsm_sign(), and rrset_sign().
hsm_sign_params_t* key_struct::params |
Definition at line 56 of file keys.h.
Referenced by keylist_log(), keylist_push(), lhsm_get_key(), lhsm_sign(), and zone_prepare_keys().
int key_struct::publish |
Definition at line 60 of file keys.h.
Referenced by keylist_cleanup(), keylist_push(), parse_sc_keys(), and zone_publish_dnskeys().
int key_struct::rfc5011 |
Definition at line 63 of file keys.h.
Referenced by keylist_cleanup(), and keylist_push().
int key_struct::zsk |
Definition at line 62 of file keys.h.
Referenced by keylist_cleanup(), keylist_push(), parse_sc_keys(), and rrset_sign().