Searched refs:C_SignUpdate (Results 1 - 19 of 19) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSign.c52 C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, function
H A Dmapfile-vers86 C_SignUpdate;
H A DkmsGeneral.c155 C_SignUpdate,
/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dmapfile-vers101 C_SignUpdate;
H A Dpkcs11Sign.c40 * required to be called before C_Sign and C_SignUpdate.
135 * C_SignUpdate is a pure wrapper to the underlying provider.
139 C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen) function
146 return (fast_funcs->C_SignUpdate(hSession, pPart, ulPartLen));
161 rv = FUNCLIST(sessp->se_slotid)->C_SignUpdate(sessp->se_handle, pPart,
H A Dpkcs11General.c87 C_SignUpdate,
H A DmetaUtil.c663 rv = FUNCLIST(fw_st_id)->C_SignUpdate(hSession, in,
816 (void) FUNCLIST(fw_st_id)->C_SignUpdate(hSession,
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers101 C_SignUpdate;
H A DkernelGeneral.c85 C_SignUpdate,
H A DkernelSign.c208 * C_Sign must be called without intervening C_SignUpdate
291 C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, function
319 * C_SignUpdate.
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A Dmapfile-vers101 C_SignUpdate;
H A DsoftDualCrypt.c102 * C_EncryptUpdate and C_SignUpdate.
117 return (C_SignUpdate(hSession, pPart, ulPartLen));
H A DsoftSign.c135 * C_Sign must be called without intervening C_SignUpdate
175 C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, function
206 * C_SignUpdate.
H A DsoftGeneral.c89 C_SignUpdate,
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers98 C_SignUpdate;
H A Dapi_interface.c1292 PK11_Functions.C_SignUpdate = C_SignUpdate;
2069 C_SignUpdate(CK_SESSION_HANDLE hSession, function
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c90 rv = C_SignUpdate(hSession, (CK_BYTE_PTR)data, data_len);
/opensolaris-onvv-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h566 /* C_SignUpdate continues a multiple-part signature operation,
569 CK_PKCS11_FUNCTION_INFO(C_SignUpdate)
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c907 rv = C_SignUpdate(hSession, buf, (CK_ULONG)nread);

Completed in 174 milliseconds