pkcs11.pkcs11f

Undocumented in source.

Members

Aliases

CK_C_CancelFunction
alias CK_C_CancelFunction = CK_RV function(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_CloseAllSessions
alias CK_C_CloseAllSessions = CK_RV function(CK_SLOT_ID slotID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_CloseSession
alias CK_C_CloseSession = CK_RV function(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_CopyObject
alias CK_C_CopyObject = CK_RV function(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_OBJECT_HANDLE_PTR phNewObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_CreateObject
alias CK_C_CreateObject = CK_RV function(CK_SESSION_HANDLE hSession, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_OBJECT_HANDLE_PTR phObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Decrypt
alias CK_C_Decrypt = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, CK_ULONG ulEncryptedDataLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DecryptDigestUpdate
alias CK_C_DecryptDigestUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, CK_ULONG ulEncryptedPartLen, CK_BYTE_PTR pPart, CK_ULONG_PTR pulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DecryptFinal
alias CK_C_DecryptFinal = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastPart, CK_ULONG_PTR pulLastPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DecryptInit
alias CK_C_DecryptInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DecryptUpdate
alias CK_C_DecryptUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, CK_ULONG ulEncryptedPartLen, CK_BYTE_PTR pPart, CK_ULONG_PTR pulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DecryptVerifyUpdate
alias CK_C_DecryptVerifyUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, CK_ULONG ulEncryptedPartLen, CK_BYTE_PTR pPart, CK_ULONG_PTR pulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DeriveKey
alias CK_C_DeriveKey = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hBaseKey, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DestroyObject
alias CK_C_DestroyObject = CK_RV function(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Digest
alias CK_C_Digest = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pDigest, CK_ULONG_PTR pulDigestLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DigestEncryptUpdate
alias CK_C_DigestEncryptUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen, CK_BYTE_PTR pEncryptedPart, CK_ULONG_PTR pulEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DigestFinal
alias CK_C_DigestFinal = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, CK_ULONG_PTR pulDigestLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DigestInit
alias CK_C_DigestInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DigestKey
alias CK_C_DigestKey = CK_RV function(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_DigestUpdate
alias CK_C_DigestUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Encrypt
alias CK_C_Encrypt = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pEncryptedData, CK_ULONG_PTR pulEncryptedDataLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_EncryptFinal
alias CK_C_EncryptFinal = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastEncryptedPart, CK_ULONG_PTR pulLastEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_EncryptInit
alias CK_C_EncryptInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_EncryptUpdate
alias CK_C_EncryptUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen, CK_BYTE_PTR pEncryptedPart, CK_ULONG_PTR pulEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Finalize
alias CK_C_Finalize = CK_RV function(CK_VOID_PTR pReserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_FindObjects
alias CK_C_FindObjects = CK_RV function(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE_PTR phObject, CK_ULONG ulMaxObjectCount, CK_ULONG_PTR pulObjectCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_FindObjectsFinal
alias CK_C_FindObjectsFinal = CK_RV function(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_FindObjectsInit
alias CK_C_FindObjectsInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GenerateKey
alias CK_C_GenerateKey = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_OBJECT_HANDLE_PTR phKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GenerateKeyPair
alias CK_C_GenerateKeyPair = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GenerateRandom
alias CK_C_GenerateRandom = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR RandomData, CK_ULONG ulRandomLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetAttributeValue
alias CK_C_GetAttributeValue = CK_RV function(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetFunctionList
alias CK_C_GetFunctionList = CK_RV function(CK_FUNCTION_LIST_PTR_PTR ppFunctionList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetFunctionStatus
alias CK_C_GetFunctionStatus = CK_RV function(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetInfo
alias CK_C_GetInfo = CK_RV function(CK_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetMechanismInfo
alias CK_C_GetMechanismInfo = CK_RV function(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, CK_MECHANISM_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetMechanismList
alias CK_C_GetMechanismList = CK_RV function(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, CK_ULONG_PTR pulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetObjectSize
alias CK_C_GetObjectSize = CK_RV function(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ULONG_PTR pulSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetOperationState
alias CK_C_GetOperationState = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, CK_ULONG_PTR pulOperationStateLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetSessionInfo
alias CK_C_GetSessionInfo = CK_RV function(CK_SESSION_HANDLE hSession, CK_SESSION_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetSlotInfo
alias CK_C_GetSlotInfo = CK_RV function(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetSlotList
alias CK_C_GetSlotList = CK_RV function(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, CK_ULONG_PTR pulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_GetTokenInfo
alias CK_C_GetTokenInfo = CK_RV function(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_InitPIN
alias CK_C_InitPIN = CK_RV function(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_InitToken
alias CK_C_InitToken = CK_RV function(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, CK_UTF8CHAR_PTR pLabel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Initialize
alias CK_C_Initialize = CK_RV function(CK_VOID_PTR pInitArgs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Login
alias CK_C_Login = CK_RV function(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Logout
alias CK_C_Logout = CK_RV function(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_OpenSession
alias CK_C_OpenSession = CK_RV function(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SeedRandom
alias CK_C_SeedRandom = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSeed, CK_ULONG ulSeedLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SetAttributeValue
alias CK_C_SetAttributeValue = CK_RV function(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SetOperationState
alias CK_C_SetOperationState = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, CK_OBJECT_HANDLE hAuthenticationKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SetPIN
alias CK_C_SetPIN = CK_RV function(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Sign
alias CK_C_Sign = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pSignature, CK_ULONG_PTR pulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SignEncryptUpdate
alias CK_C_SignEncryptUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen, CK_BYTE_PTR pEncryptedPart, CK_ULONG_PTR pulEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SignFinal
alias CK_C_SignFinal = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, CK_ULONG_PTR pulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SignInit
alias CK_C_SignInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SignRecover
alias CK_C_SignRecover = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pSignature, CK_ULONG_PTR pulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SignRecoverInit
alias CK_C_SignRecoverInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_SignUpdate
alias CK_C_SignUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_UnwrapKey
alias CK_C_UnwrapKey = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hUnwrappingKey, CK_BYTE_PTR pWrappedKey, CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_Verify
alias CK_C_Verify = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_VerifyFinal
alias CK_C_VerifyFinal = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_VerifyInit
alias CK_C_VerifyInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_VerifyRecover
alias CK_C_VerifyRecover = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_VerifyRecoverInit
alias CK_C_VerifyRecoverInit = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_VerifyUpdate
alias CK_C_VerifyUpdate = CK_RV function(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_WaitForSlotEvent
alias CK_C_WaitForSlotEvent = CK_RV function(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pRserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CK_C_WrapKey
alias CK_C_WrapKey = CK_RV function(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

C_CancelFunction
CK_RV C_CancelFunction(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_CloseAllSessions
CK_RV C_CloseAllSessions(CK_SLOT_ID slotID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_CloseSession
CK_RV C_CloseSession(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_CopyObject
CK_RV C_CopyObject(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_OBJECT_HANDLE_PTR phNewObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_CreateObject
CK_RV C_CreateObject(CK_SESSION_HANDLE hSession, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_OBJECT_HANDLE_PTR phObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Decrypt
CK_RV C_Decrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, CK_ULONG ulEncryptedDataLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DecryptDigestUpdate
CK_RV C_DecryptDigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, CK_ULONG ulEncryptedPartLen, CK_BYTE_PTR pPart, CK_ULONG_PTR pulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DecryptFinal
CK_RV C_DecryptFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastPart, CK_ULONG_PTR pulLastPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DecryptInit
CK_RV C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DecryptUpdate
CK_RV C_DecryptUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, CK_ULONG ulEncryptedPartLen, CK_BYTE_PTR pPart, CK_ULONG_PTR pulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DecryptVerifyUpdate
CK_RV C_DecryptVerifyUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedPart, CK_ULONG ulEncryptedPartLen, CK_BYTE_PTR pPart, CK_ULONG_PTR pulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DeriveKey
CK_RV C_DeriveKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hBaseKey, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DestroyObject
CK_RV C_DestroyObject(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Digest
CK_RV C_Digest(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pDigest, CK_ULONG_PTR pulDigestLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DigestEncryptUpdate
CK_RV C_DigestEncryptUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen, CK_BYTE_PTR pEncryptedPart, CK_ULONG_PTR pulEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DigestFinal
CK_RV C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, CK_ULONG_PTR pulDigestLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DigestInit
CK_RV C_DigestInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DigestKey
CK_RV C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_DigestUpdate
CK_RV C_DigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Encrypt
CK_RV C_Encrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pEncryptedData, CK_ULONG_PTR pulEncryptedDataLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_EncryptFinal
CK_RV C_EncryptFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastEncryptedPart, CK_ULONG_PTR pulLastEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_EncryptInit
CK_RV C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_EncryptUpdate
CK_RV C_EncryptUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen, CK_BYTE_PTR pEncryptedPart, CK_ULONG_PTR pulEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Finalize
CK_RV C_Finalize(CK_VOID_PTR pReserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_FindObjects
CK_RV C_FindObjects(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE_PTR phObject, CK_ULONG ulMaxObjectCount, CK_ULONG_PTR pulObjectCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_FindObjectsFinal
CK_RV C_FindObjectsFinal(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_FindObjectsInit
CK_RV C_FindObjectsInit(CK_SESSION_HANDLE hSession, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GenerateKey
CK_RV C_GenerateKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_OBJECT_HANDLE_PTR phKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GenerateKeyPair
CK_RV C_GenerateKeyPair(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GenerateRandom
CK_RV C_GenerateRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR RandomData, CK_ULONG ulRandomLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetAttributeValue
CK_RV C_GetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetFunctionList
CK_RV C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetFunctionStatus
CK_RV C_GetFunctionStatus(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetInfo
CK_RV C_GetInfo(CK_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetMechanismInfo
CK_RV C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, CK_MECHANISM_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetMechanismList
CK_RV C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, CK_ULONG_PTR pulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetObjectSize
CK_RV C_GetObjectSize(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ULONG_PTR pulSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetOperationState
CK_RV C_GetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, CK_ULONG_PTR pulOperationStateLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetSessionInfo
CK_RV C_GetSessionInfo(CK_SESSION_HANDLE hSession, CK_SESSION_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetSlotInfo
CK_RV C_GetSlotInfo(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetSlotList
CK_RV C_GetSlotList(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, CK_ULONG_PTR pulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_GetTokenInfo
CK_RV C_GetTokenInfo(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_InitPIN
CK_RV C_InitPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_InitToken
CK_RV C_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, CK_UTF8CHAR_PTR pLabel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Initialize
CK_RV C_Initialize(CK_VOID_PTR pInitArgs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Login
CK_RV C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Logout
CK_RV C_Logout(CK_SESSION_HANDLE hSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_OpenSession
CK_RV C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SeedRandom
CK_RV C_SeedRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSeed, CK_ULONG ulSeedLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SetAttributeValue
CK_RV C_SetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SetOperationState
CK_RV C_SetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, CK_OBJECT_HANDLE hAuthenticationKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SetPIN
CK_RV C_SetPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Sign
CK_RV C_Sign(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pSignature, CK_ULONG_PTR pulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SignEncryptUpdate
CK_RV C_SignEncryptUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen, CK_BYTE_PTR pEncryptedPart, CK_ULONG_PTR pulEncryptedPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SignFinal
CK_RV C_SignFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, CK_ULONG_PTR pulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SignInit
CK_RV C_SignInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SignRecover
CK_RV C_SignRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pSignature, CK_ULONG_PTR pulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SignRecoverInit
CK_RV C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_SignUpdate
CK_RV C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_UnwrapKey
CK_RV C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hUnwrappingKey, CK_BYTE_PTR pWrappedKey, CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_Verify
CK_RV C_Verify(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_VerifyFinal
CK_RV C_VerifyFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_VerifyInit
CK_RV C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_VerifyRecover
CK_RV C_VerifyRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_VerifyRecoverInit
CK_RV C_VerifyRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_VerifyUpdate
CK_RV C_VerifyUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_WaitForSlotEvent
CK_RV C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pRserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
C_WrapKey
CK_RV C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixin templates

CK_FUNCTION_LIST_FENTRIES
mixintemplate CK_FUNCTION_LIST_FENTRIES()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta