CSSM_KR_LIST_ITEM
The data structure contains the context of one of the entries in a policy module.
typedef struct kr_policy_list_item {
struct kr_policy_list_item *next;
uint32 AlgorithmId;
uint32 Mode;
uint32 MaxKeyLength;
uint32 MaxRounds;
uint8 WorkFactor;
uint8 PolicyFlags; /* to indicate which jurisdiction
required the policy */
uint32 AlgClass; /* SYMMETRIC versus ASYMMETRIC */
} CSSM_KR_POLICY_LIST_ITEM;