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


CSSM_LIST_ITEM

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

This structure is used to encapsulate the name and GUID of a service provider module.

typedef struct cssm_list_item{
    CSSM_GUID GUID;
    char *Name;
} CSSM_LIST_ITEM, *CSSM_LIST_ITEM_PTR

Definitions:

GUID
The global unique identifier of the module.
Name
The name of the module.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014