z/OS Open Cryptographic Services Facility Application Programming
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


CSSM_KR_LIST_ITEM

z/OS Open Cryptographic Services Facility Application Programming
SC24-5899-01

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; 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014