CK_PKCS11_FUNCTION_INFO
#undef CK_PKCS11_FUNCTION_INFO
#define CK_PKCS11_FUNCTION_INFO(name) \
CK_PKCS11_FUNCTION_INFO(C_GetMechanismList)
CK_PKCS11_FUNCTION_INFO(C_GetMechanismInfo)
CK_PKCS11_FUNCTION_INFO(C_InitToken)
CK_PKCS11_FUNCTION_INFO(C_InitPIN)
CK_PKCS11_FUNCTION_INFO(C_SetPIN)
CK_PKCS11_FUNCTION_INFO(C_OpenSession)
CK_PKCS11_FUNCTION_INFO(C_CloseSession)
CK_PKCS11_FUNCTION_INFO(C_CloseAllSessions)
CK_PKCS11_FUNCTION_INFO(C_GetSessionInfo)
CK_PKCS11_FUNCTION_INFO(C_GetOperationState)
CK_PKCS11_FUNCTION_INFO(C_Initialize)
CK_PKCS11_FUNCTION_INFO(C_SetOperationState)
CK_PKCS11_FUNCTION_INFO(C_Login)
CK_PKCS11_FUNCTION_INFO(C_Logout)
CK_PKCS11_FUNCTION_INFO(C_CreateObject)
CK_PKCS11_FUNCTION_INFO(C_CopyObject)
CK_PKCS11_FUNCTION_INFO(C_DestroyObject)
CK_PKCS11_FUNCTION_INFO(C_GetObjectSize)
CK_PKCS11_FUNCTION_INFO(C_GetAttributeValue)
CK_PKCS11_FUNCTION_INFO(C_SetAttributeValue)
CK_PKCS11_FUNCTION_INFO(C_FindObjectsInit)
CK_PKCS11_FUNCTION_INFO(C_FindObjects)
CK_PKCS11_FUNCTION_INFO(C_Finalize)
CK_PKCS11_FUNCTION_INFO(C_FindObjectsFinal)
CK_PKCS11_FUNCTION_INFO(C_EncryptInit)
CK_PKCS11_FUNCTION_INFO(C_Encrypt)
CK_PKCS11_FUNCTION_INFO(C_EncryptUpdate)
CK_PKCS11_FUNCTION_INFO(C_EncryptFinal)
CK_PKCS11_FUNCTION_INFO(C_DecryptInit)
CK_PKCS11_FUNCTION_INFO(C_Decrypt)
CK_PKCS11_FUNCTION_INFO(C_GetInfo)
CK_PKCS11_FUNCTION_INFO(C_DecryptUpdate)
CK_PKCS11_FUNCTION_INFO(C_DecryptFinal)
CK_PKCS11_FUNCTION_INFO(C_DigestInit)
CK_PKCS11_FUNCTION_INFO(C_Digest)
CK_PKCS11_FUNCTION_INFO(C_DigestUpdate)
CK_PKCS11_FUNCTION_INFO(C_DigestKey)
CK_PKCS11_FUNCTION_INFO(C_GetFunctionList)
CK_PKCS11_FUNCTION_INFO(C_DigestFinal)
CK_PKCS11_FUNCTION_INFO(C_SignInit)
CK_PKCS11_FUNCTION_INFO(C_Sign)
CK_PKCS11_FUNCTION_INFO(C_SignUpdate)
CK_PKCS11_FUNCTION_INFO(C_SignFinal)
CK_PKCS11_FUNCTION_INFO(C_SignRecoverInit)
CK_PKCS11_FUNCTION_INFO(C_SignRecover)
CK_PKCS11_FUNCTION_INFO(C_VerifyInit)
CK_PKCS11_FUNCTION_INFO(C_Verify)
CK_PKCS11_FUNCTION_INFO(C_VerifyUpdate)
CK_PKCS11_FUNCTION_INFO(C_GetSlotList)
CK_PKCS11_FUNCTION_INFO(C_VerifyFinal)
CK_PKCS11_FUNCTION_INFO(C_VerifyRecoverInit)
CK_PKCS11_FUNCTION_INFO(C_VerifyRecover)
CK_PKCS11_FUNCTION_INFO(C_DigestEncryptUpdate)
CK_PKCS11_FUNCTION_INFO(C_DecryptDigestUpdate)
CK_PKCS11_FUNCTION_INFO(C_SignEncryptUpdate)
CK_PKCS11_FUNCTION_INFO(C_DecryptVerifyUpdate)
CK_PKCS11_FUNCTION_INFO(C_GenerateKey)
CK_PKCS11_FUNCTION_INFO(C_GetSlotInfo)
CK_PKCS11_FUNCTION_INFO(C_GenerateKeyPair)
CK_PKCS11_FUNCTION_INFO(C_WrapKey)
CK_PKCS11_FUNCTION_INFO(C_UnwrapKey)
CK_PKCS11_FUNCTION_INFO(C_DeriveKey)
CK_PKCS11_FUNCTION_INFO(C_SeedRandom)
CK_PKCS11_FUNCTION_INFO(C_GenerateRandom)
CK_PKCS11_FUNCTION_INFO(C_GetFunctionStatus)
CK_PKCS11_FUNCTION_INFO(C_CancelFunction)
CK_PKCS11_FUNCTION_INFO(C_GetTokenInfo)
CK_PKCS11_FUNCTION_INFO(C_WaitForSlotEvent)