Home
last modified time | relevance | path

Searched defs:CK_FUNCTION_LIST (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h689 typedef struct CK_FUNCTION_LIST CK_FUNCTION_LIST; typedef
693 struct CK_FUNCTION_LIST { struct
698 CK_RV (*C_GetFunctionList)(CK_FUNCTION_LIST_PTR_PTR ppFunctionList); argument
699 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 …]