|
OpenDNSSEC-enforcer
1.3.9
|
#include <ksm.h>
Data Fields | |
| int | algorithm |
| int | bits |
| int | lifetime |
| int | sm |
| char | sm_name [KSM_NAME_LENGTH] |
| unsigned long | sm_capacity |
| int | require_backup |
| int | overlap |
| int | ttl |
| int | rfc5011 |
| int | type |
| int | standby_keys |
| int | manual_rollover |
| int | rollover_scheme |
| int KSM_KEY_POLICY::algorithm |
Definition at line 206 of file ksm.h.
Referenced by allocateKeysToZone(), append_policy(), cmd_genkeys(), do_keygen(), kaspSetPolicyDefaults(), KsmDNSSECKeysStateCountInit(), KsmPolicyRead(), SetPolicyDefaults(), and update_policies().
| int KSM_KEY_POLICY::bits |
Definition at line 207 of file ksm.h.
Referenced by allocateKeysToZone(), append_policy(), cmd_genkeys(), do_keygen(), kaspSetPolicyDefaults(), KsmDNSSECKeysStateCountInit(), KsmPolicyRead(), SetPolicyDefaults(), and update_policies().
| int KSM_KEY_POLICY::lifetime |
Definition at line 208 of file ksm.h.
Referenced by append_policy(), kaspSetPolicyDefaults(), KsmPolicyKeyLifetime(), KsmPolicyRead(), SetPolicyDefaults(), and update_policies().
| int KSM_KEY_POLICY::manual_rollover |
Definition at line 218 of file ksm.h.
Referenced by append_policy(), kaspSetPolicyDefaults(), KsmPolicyRead(), SetPolicyDefaults(), and update_policies().
| int KSM_KEY_POLICY::overlap |
Definition at line 213 of file ksm.h.
Referenced by kaspSetPolicyDefaults(), KsmPolicyRead(), KsmPolicyStandbyKeys(), and SetPolicyDefaults().
| int KSM_KEY_POLICY::require_backup |
Definition at line 212 of file ksm.h.
Referenced by cmd_genkeys(), do_keygen(), and KsmPolicyPopulateSMFromIds().
| int KSM_KEY_POLICY::rfc5011 |
Definition at line 215 of file ksm.h.
Referenced by append_policy(), kaspSetPolicyDefaults(), KsmPolicyRead(), SetPolicyDefaults(), and update_policies().
| int KSM_KEY_POLICY::rollover_scheme |
Definition at line 219 of file ksm.h.
Referenced by cmd_genkeys(), do_communication(), do_keygen(), kaspSetPolicyDefaults(), KsmPolicyRead(), LinkKeys(), and SetPolicyDefaults().
| int KSM_KEY_POLICY::sm |
Definition at line 209 of file ksm.h.
Referenced by allocateKeysToZone(), cmd_genkeys(), do_keygen(), kaspSetPolicyDefaults(), KsmDNSSECKeysStateCountInit(), KsmPolicyPopulateSMFromIds(), KsmPolicyRead(), SetPolicyDefaults(), and update_policies().
| unsigned long KSM_KEY_POLICY::sm_capacity |
Definition at line 211 of file ksm.h.
Referenced by cmd_genkeys(), do_keygen(), and KsmPolicyPopulateSMFromIds().
| char KSM_KEY_POLICY::sm_name[KSM_NAME_LENGTH] |
Definition at line 210 of file ksm.h.
Referenced by append_policy(), cmd_genkeys(), do_keygen(), and KsmPolicyPopulateSMFromIds().
| int KSM_KEY_POLICY::standby_keys |
Definition at line 217 of file ksm.h.
Referenced by append_policy(), kaspSetPolicyDefaults(), KsmPolicyRead(), SetPolicyDefaults(), and update_policies().
| int KSM_KEY_POLICY::ttl |
Definition at line 214 of file ksm.h.
Referenced by commGenSignConf(), kaspSetPolicyDefaults(), KsmPolicyInitialPublicationInterval(), KsmPolicyKeyTtl(), KsmPolicyRead(), and SetPolicyDefaults().
| int KSM_KEY_POLICY::type |
Definition at line 216 of file ksm.h.
Referenced by kaspSetPolicyDefaults(), KsmDNSSECKeysStateCountInit(), and SetPolicyDefaults().
1.8.1.2