OpenDNSSEC-enforcer
1.3.8
|
Go to the source code of this file.
Defines | |
#define | max(x, y) ((x) > (y) ? (x) : (y)) |
#define | min(x, y) ((x) < (y) ? (x) : (y)) |
Functions | |
int | KsmParameterClockskew (KSM_PARCOLL *collection) |
int | KsmParameterKskLifetime (KSM_PARCOLL *collection) |
int | KsmParameterStandbyKSKeys (KSM_PARCOLL *collection) |
int | KsmParameterStandbyZSKeys (KSM_PARCOLL *collection) |
int | KsmParameterPropagationDelay (KSM_PARCOLL *collection) |
int | KsmParameterSigningInterval (KSM_PARCOLL *collection) |
int | KsmParameterSoaMin (KSM_PARCOLL *collection) |
int | KsmParameterSoaTtl (KSM_PARCOLL *collection) |
int | KsmParameterZskLifetime (KSM_PARCOLL *collection) |
int | KsmParameterZskTtl (KSM_PARCOLL *collection) |
int | KsmParameterKskTtl (KSM_PARCOLL *collection) |
int | KsmParameterKskPropagationDelay (KSM_PARCOLL *collection) |
int | KsmParameterRegistrationDelay (KSM_PARCOLL *collection) |
int | KsmParameterPubSafety (KSM_PARCOLL *collection) |
int | KsmParameterRetSafety (KSM_PARCOLL *collection) |
int | KsmParameterInitialPublicationInterval (KSM_PARCOLL *collection) |
#define max | ( | x, | |
y | |||
) | ((x) > (y) ? (x) : (y)) |
Definition at line 42 of file ksm_parameter_value.c.
Referenced by KsmParameterInitialPublicationInterval(), and MsgFindCodeBlock().
#define min | ( | x, | |
y | |||
) | ((x) < (y) ? (x) : (y)) |
Definition at line 43 of file ksm_parameter_value.c.
Referenced by KsmParameterInitialPublicationInterval(), and MsgFindCodeBlock().
int KsmParameterClockskew | ( | KSM_PARCOLL * | collection | ) |
Definition at line 62 of file ksm_parameter_value.c.
References KSM_PARCOLL::clockskew, KSM_INVARG, and MsgLog().
int KsmParameterInitialPublicationInterval | ( | KSM_PARCOLL * | collection | ) |
Definition at line 217 of file ksm_parameter_value.c.
References KSM_INVARG, KsmParameterPropagationDelay(), KsmParameterSoaMin(), KsmParameterSoaTtl(), KsmParameterZskTtl(), max, min, and MsgLog().
int KsmParameterKskLifetime | ( | KSM_PARCOLL * | collection | ) |
Definition at line 72 of file ksm_parameter_value.c.
References KSM_PARCOLL::ksklife, KSM_INVARG, and MsgLog().
int KsmParameterKskPropagationDelay | ( | KSM_PARCOLL * | collection | ) |
Definition at line 172 of file ksm_parameter_value.c.
References KSM_PARCOLL::kskpropdelay, KSM_INVARG, and MsgLog().
Referenced by KsmKeyCountStillGood(), and KsmRequestPendingRetireCount().
int KsmParameterKskTtl | ( | KSM_PARCOLL * | collection | ) |
Definition at line 162 of file ksm_parameter_value.c.
References KSM_PARCOLL::kskttl, KSM_INVARG, and MsgLog().
Referenced by KsmKeyCountStillGood(), and KsmRequestPendingRetireCount().
int KsmParameterPropagationDelay | ( | KSM_PARCOLL * | collection | ) |
Definition at line 102 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::propdelay.
Referenced by KsmKeyCountStillGood(), KsmParameterInitialPublicationInterval(), and KsmRequestPendingRetireCount().
int KsmParameterPubSafety | ( | KSM_PARCOLL * | collection | ) |
Definition at line 192 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::pub_safety.
Referenced by KsmKeyCountStillGood(), and KsmRequestPendingRetireCount().
int KsmParameterRegistrationDelay | ( | KSM_PARCOLL * | collection | ) |
Definition at line 182 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::regdelay.
int KsmParameterRetSafety | ( | KSM_PARCOLL * | collection | ) |
Definition at line 202 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::ret_safety.
int KsmParameterSigningInterval | ( | KSM_PARCOLL * | collection | ) |
Definition at line 112 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::signint.
int KsmParameterSoaMin | ( | KSM_PARCOLL * | collection | ) |
Definition at line 122 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::soamin.
Referenced by KsmParameterInitialPublicationInterval().
int KsmParameterSoaTtl | ( | KSM_PARCOLL * | collection | ) |
Definition at line 132 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::soattl.
Referenced by KsmParameterInitialPublicationInterval().
int KsmParameterStandbyKSKeys | ( | KSM_PARCOLL * | collection | ) |
Definition at line 82 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::standbyksks.
Referenced by KsmRequestChangeStateGenerateDSSubConditional().
int KsmParameterStandbyZSKeys | ( | KSM_PARCOLL * | collection | ) |
Definition at line 92 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::standbyzsks.
Referenced by KsmRequestChangeStateGeneratePublishConditional().
int KsmParameterZskLifetime | ( | KSM_PARCOLL * | collection | ) |
Definition at line 142 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::zsklife.
int KsmParameterZskTtl | ( | KSM_PARCOLL * | collection | ) |
Definition at line 152 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::zskttl.
Referenced by KsmKeyCountStillGood(), KsmParameterInitialPublicationInterval(), and KsmRequestPendingRetireCount().