Searched defs:C_GetOperationState (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c227 C_GetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, function
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c301 * C_GetOperationState is a pure wrapper to the underlying provider.
305 C_GetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, function
314 return (fast_funcs->C_GetOperationState(hSession,
330 rv = FUNCLIST(sessp->se_slotid)->C_GetOperationState(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c229 * is capable of C_GetOperationState(). Return
233 * check the return code to determine if C_GetOperationState()
306 C_GetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1262 PK11_Functions.C_GetOperationState = C_GetOperationState;
1453 C_GetOperationState(CK_SESSION_HANDLE hSession, function

Completed in 64 milliseconds