OpenDNSSEC-enforcer  1.4.9
Macros | Functions
ksm_parameter_value.c File Reference
#include "ksm/ksm.h"
#include "ksm/ksmdef.h"
#include "ksm/message.h"
Include dependency graph for ksm_parameter_value.c:

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)
 

Macro Definition Documentation

#define max (   x,
 
)    ((x) > (y) ? (x) : (y))
#define min (   x,
 
)    ((x) < (y) ? (x) : (y))

Function Documentation

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)
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)
int KsmParameterKskTtl ( KSM_PARCOLL collection)
int KsmParameterPropagationDelay ( KSM_PARCOLL collection)
int KsmParameterPubSafety ( KSM_PARCOLL collection)
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)
int KsmParameterStandbyZSKeys ( KSM_PARCOLL collection)
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)