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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Digest.c40 * required to be called before C_Digest and C_DigestUpdate.
132 * C_DigestUpdate is a pure wrapper to the underlying provider.
136 C_DigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, function
144 return (fast_funcs->C_DigestUpdate(hSession, pPart,
160 rv = FUNCLIST(sessp->se_slotid)->C_DigestUpdate(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c143 * C_Digest must be called without intervening C_DigestUpdate
203 C_DigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, function
232 * C_DigestUpdate.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDigest.c182 * C_Digest must be called without intervening C_DigestUpdate
295 C_DigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, function
327 * C_DigestUpdate.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c898 C_DigestUpdate(CK_SESSION_HANDLE hSession, function
1285 PK11_Functions.C_DigestUpdate = C_DigestUpdate;

Completed in 75 milliseconds