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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Sign.c40 * required to be called before C_Sign and C_SignUpdate.
91 * C_Sign is a pure wrapper to the underlying provider.
95 C_Sign(CK_SESSION_HANDLE hSession, function
106 return (fast_funcs->C_Sign(hSession, pData, ulDataLen,
122 rv = FUNCLIST(sessp->se_slotid)->C_Sign(sessp->se_handle, pData,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSign.c80 * C_Sign or C_SignFinal to actually obtain the signature.
104 C_Sign(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
128 /* Application must call C_SignInit before calling C_Sign. */
135 * C_Sign must be called without intervening C_SignUpdate
140 * C_Sign can not be used to terminate a multi-part
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSign.c83 * C_Sign or C_SignFinal to actually obtain the signature.
175 C_Sign(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
201 /* Application must call C_SignInit before calling C_Sign. */
208 * C_Sign must be called without intervening C_SignUpdate
213 * C_Sign can not be used to terminate a multi-part
419 * took the C_Sign() path and it had returned
447 rv = C_Sign(hSession, bufp->buf, bufp->indata_len,
631 /* Application must call C_SignInit before calling C_Sign. */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1289 PK11_Functions.C_Sign = C_Sign;
1914 C_Sign(CK_SESSION_HANDLE hSession, function

Completed in 506 milliseconds