|
OpenDNSSEC-enforcer
1.4.9
|

Go to the source code of this file.
Macros | |
| #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 | KsmParameterRfc5011 (KSM_PARCOLL *collection) |
| int | KsmParameterRevoke (KSM_PARCOLL *collection) |
| int | KsmParameterInitialPublicationInterval (KSM_PARCOLL *collection) |
| #define max | ( | x, | |
| y | |||
| ) | ((x) > (y) ? (x) : (y)) |
Definition at line 40 of file ksm_parameter_value.c.
Referenced by KsmParameterInitialPublicationInterval(), and MsgFindCodeBlock().
| #define min | ( | x, | |
| y | |||
| ) | ((x) < (y) ? (x) : (y)) |
Definition at line 41 of file ksm_parameter_value.c.
Referenced by KsmParameterInitialPublicationInterval(), and MsgFindCodeBlock().
| int KsmParameterClockskew | ( | KSM_PARCOLL * | collection | ) |
Definition at line 60 of file ksm_parameter_value.c.
References KSM_PARCOLL::clockskew, KSM_INVARG, and MsgLog().
| int KsmParameterInitialPublicationInterval | ( | KSM_PARCOLL * | collection | ) |
Definition at line 235 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 70 of file ksm_parameter_value.c.
References KSM_PARCOLL::ksklife, KSM_INVARG, and MsgLog().
| int KsmParameterKskPropagationDelay | ( | KSM_PARCOLL * | collection | ) |
Definition at line 170 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 160 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 100 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 190 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 180 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::regdelay.
| int KsmParameterRetSafety | ( | KSM_PARCOLL * | collection | ) |
Definition at line 200 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::ret_safety.
| int KsmParameterRevoke | ( | KSM_PARCOLL * | collection | ) |
Definition at line 220 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::revoke.
| int KsmParameterRfc5011 | ( | KSM_PARCOLL * | collection | ) |
Definition at line 210 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::rfc5011.
| int KsmParameterSigningInterval | ( | KSM_PARCOLL * | collection | ) |
Definition at line 110 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::signint.
| int KsmParameterSoaMin | ( | KSM_PARCOLL * | collection | ) |
Definition at line 120 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 130 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 80 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 90 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 140 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::zsklife.
| int KsmParameterZskTtl | ( | KSM_PARCOLL * | collection | ) |
Definition at line 150 of file ksm_parameter_value.c.
References KSM_INVARG, MsgLog(), and KSM_PARCOLL::zskttl.
Referenced by KsmKeyCountStillGood(), KsmParameterInitialPublicationInterval(), and KsmRequestPendingRetireCount().
1.8.11