Searched defs:C_VerifyInit (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| H A D | pkcs11Verify.c | 36 * C_VerifyInit will verify that the session handle is valid within the 39 * provider. Policy is only checked for C_VerifyInit, since it is 43 C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function 56 return (fast_funcs->C_VerifyInit(hSession, pMechanism, hKey)); 78 rv = FUNCLIST(slotid)->C_VerifyInit(sessp->se_handle,
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| H A D | softVerify.c | 35 C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function 128 /* Application must call C_VerifyInit before calling C_Verify. */ 193 * Application must call C_VerifyInit before calling 242 * Application must call C_VerifyInit before calling
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
| H A D | kernelVerify.c | 37 C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function 200 /* Application must call C_VerifyInit before calling C_Verify. */ 258 * Application needs to call C_VerifyInit again for next 300 * Application must call C_VerifyInit before calling 379 * Application must call C_VerifyInit before calling 636 * Application needs to call C_VerifyInit again for next
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| H A D | api_interface.c | 1294 PK11_Functions.C_VerifyInit = C_VerifyInit; 2173 C_VerifyInit(CK_SESSION_HANDLE hSession, function
|
Completed in 61 milliseconds