Searched defs:C_Digest (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.
90 * C_Digest is a pure wrapper to the underlying provider.
94 C_Digest(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
103 return (fast_funcs->C_Digest(hSession, pData, ulDataLen,
119 rv = FUNCLIST(sessp->se_slotid)->C_Digest(sessp->se_handle, pData,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c71 * C_Digest or C_DigestFinal to actually obtain the value of
104 C_Digest(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
131 /* Application must call C_DigestInit before calling C_Digest */
143 * C_Digest must be called without intervening C_DigestUpdate
148 * C_Digest can not be used to terminate a multi-part
244 /* Set update flag to protect C_Digest */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDigest.c73 * C_Digest or C_DigestFinal to actually obtain the value of
141 C_Digest(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
170 /* Application must call C_DigestInit before calling C_Digest */
182 * C_Digest must be called without intervening C_DigestUpdate
187 * C_Digest can not be used to terminate a multi-part
339 /* Set update flag to protect C_Digest */
617 * took the C_Digest() path and it had returned
645 rv = C_Digest(hSession, bufp->buf, bufp->indata_len,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c775 C_Digest(CK_SESSION_HANDLE hSession, function
1284 PK11_Functions.C_Digest = C_Digest;

Completed in 64 milliseconds