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


CSSM_SERVICE_MASK

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

This defines a bit-mask of the possible categories of OCSF services that may be implemented by a single service provider module.

typedef uint32 CSSM_SERVICE_MASK;

#define CSSM_SERVICE_CSSM  0x1
#define CSSM_SERVICE_CSP   0x2
#define CSSM_SERVICE_DL    0x4
#define CSSM_SERVICE_CL    0x8
#define CSSM_SERVICE_TP    0x10
#define CSSM_SERVICE_KR    0x20
#define CSSM_SERVICE_LAST  CSSM_SERVICE_TP

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014