HID® Crescendo® PKCS11
c_parallel.h File Reference
#include <pkcs11/v2.40/cryptoki.h>

Functions

CK_RV C_CancelFunction (CK_SESSION_HANDLE hSession)
 In previous versions of Cryptoki, C_CancelFunction cancelled a function running in parallel with an application. More...
 
CK_RV C_GetFunctionStatus (CK_SESSION_HANDLE hSession)
 In previous versions of Cryptoki, C_GetFunctionStatus obtained the status of a function running in parallel with an application. More...
 

Function Documentation

◆ C_CancelFunction()

CK_RV C_CancelFunction ( CK_SESSION_HANDLE  hSession)

In previous versions of Cryptoki, C_CancelFunction cancelled a function running in parallel with an application.

Now, however, C_CancelFunction is a legacy function which should simply return the value CKR_FUNCTION_NOT_PARALLEL.

Returns
CKR_FUNCTION_NOT_PARALLEL

◆ C_GetFunctionStatus()

CK_RV C_GetFunctionStatus ( CK_SESSION_HANDLE  hSession)

In previous versions of Cryptoki, C_GetFunctionStatus obtained the status of a function running in parallel with an application.

Now, however, C_GetFunctionStatus is a legacy function which should simply return the value CKR_FUNCTION_NOT_PARALLEL.

Returns
CKR_FUNCTION_NOT_PARALLEL