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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Verify.c40 * required to be called before C_Verify and C_VerifyUpdate.
91 * C_Verify is a pure wrapper to the underlying provider.
95 C_Verify(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
103 return (fast_funcs->C_Verify(hSession, pData, ulDataLen,
119 rv = FUNCLIST(sessp->se_slotid)->C_Verify(sessp->se_handle, pData,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftVerify.c80 * C_Verify or C_VerifyFinal to verify a signature on data.
104 C_Verify(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
128 /* Application must call C_VerifyInit before calling C_Verify. */
135 * C_Verify must be called without intervening C_VerifyUpdate
140 * C_Verify can not be used to terminate a multi-part
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelVerify.c83 * C_Verify or C_VerifyFinal to verify a signature on data.
179 C_Verify(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
200 /* Application must call C_VerifyInit before calling C_Verify. */
207 * C_Verify must be called without intervening C_VerifyUpdate
212 * C_Verify can not be used to terminate a multi-part
398 * C_VerifyFinal() call took the C_Verify() path as
419 rv = C_Verify(hSession, bufp->buf, bufp->indata_len,
591 * C_Verify.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1295 PK11_Functions.C_Verify = C_Verify;
2121 C_Verify(CK_SESSION_HANDLE hSession, function

Completed in 369 milliseconds