OpenDNSSEC-enforcer  1.4.8.2
Macros | Functions
ksm_policy_value.c File Reference
#include "ksm/ksm.h"
#include "ksm/ksmdef.h"
#include "ksm/message.h"
Include dependency graph for ksm_policy_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 KsmPolicyClockskew (KSM_SIGNATURE_POLICY *policy)
 
int KsmPolicyKeyLifetime (KSM_KEY_POLICY *policy)
 
int KsmPolicyStandbyKeys (KSM_KEY_POLICY *policy)
 
int KsmPolicyPropagationDelay (KSM_SIGNER_POLICY *policy)
 
int KsmPolicySoaMin (KSM_SIGNER_POLICY *policy)
 
int KsmPolicySoaTtl (KSM_SIGNER_POLICY *policy)
 
int KsmPolicyKeyTtl (KSM_KEY_POLICY *policy)
 
int KsmPolicyInitialPublicationInterval (KSM_POLICY *policy)
 

Macro Definition Documentation

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

Definition at line 40 of file ksm_policy_value.c.

Referenced by KsmPolicyInitialPublicationInterval().

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

Definition at line 41 of file ksm_policy_value.c.

Referenced by KsmPolicyInitialPublicationInterval().

Function Documentation

int KsmPolicyClockskew ( KSM_SIGNATURE_POLICY policy)

Definition at line 60 of file ksm_policy_value.c.

References KSM_SIGNATURE_POLICY::clockskew, KSM_INVARG, and MsgLog().

int KsmPolicyInitialPublicationInterval ( KSM_POLICY policy)
int KsmPolicyKeyLifetime ( KSM_KEY_POLICY policy)

Definition at line 70 of file ksm_policy_value.c.

References KSM_INVARG, KSM_KEY_POLICY::lifetime, and MsgLog().

int KsmPolicyKeyTtl ( KSM_KEY_POLICY policy)

Definition at line 125 of file ksm_policy_value.c.

References KSM_INVARG, MsgLog(), and KSM_KEY_POLICY::ttl.

int KsmPolicyPropagationDelay ( KSM_SIGNER_POLICY policy)

Definition at line 90 of file ksm_policy_value.c.

References KSM_INVARG, MsgLog(), and KSM_SIGNER_POLICY::propdelay.

int KsmPolicySoaMin ( KSM_SIGNER_POLICY policy)

Definition at line 105 of file ksm_policy_value.c.

References KSM_INVARG, MsgLog(), and KSM_SIGNER_POLICY::soamin.

int KsmPolicySoaTtl ( KSM_SIGNER_POLICY policy)

Definition at line 115 of file ksm_policy_value.c.

References KSM_INVARG, MsgLog(), and KSM_SIGNER_POLICY::soattl.

int KsmPolicyStandbyKeys ( KSM_KEY_POLICY policy)

Definition at line 80 of file ksm_policy_value.c.

References KSM_INVARG, MsgLog(), and KSM_KEY_POLICY::overlap.