Searched defs:CK_FUNCTION_LIST (Results 1 – 1 of 1) sorted by relevance
689 typedef struct CK_FUNCTION_LIST CK_FUNCTION_LIST; typedef693 struct CK_FUNCTION_LIST { struct698 CK_RV (*C_GetFunctionList)(CK_FUNCTION_LIST_PTR_PTR ppFunctionList); argument699 CK_RV (*C_GetSlotList)(CK_BBOOL tokenPresent,701 CK_RV (*C_GetSlotInfo)(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR pInfo);702 CK_RV (*C_GetTokenInfo)(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo);703 CK_RV (*C_GetMechanismList)(CK_SLOT_ID slotID,706 CK_RV (*C_GetMechanismInfo)(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type,708 CK_RV (*C_InitToken)(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin,710 CK_RV (*C_InitPIN)(CK_SESSION_HANDLE hSession,[all …]