Searched refs:C_Verify (Results 1 - 10 of 10) 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,
H A Dpkcs11General.c92 C_Verify,
H A DmetaUtil.c499 * PKCS#11 API. For C_Verify, the last two arguments are used as inputs,
672 rv = FUNCLIST(fw_st_id)->C_Verify(hSession, in,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c90 C_Verify,
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_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
H A DsoftGeneral.c96 C_Verify,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h633 /* C_Verify verifies a signature in a single-part operation,
636 CK_PKCS11_FUNCTION_INFO(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
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c526 ckRv = C_Verify(ckSession,

Completed in 75 milliseconds