Searched refs:C_Digest (Results 1 - 10 of 10) 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,
H A Dpkcs11General.c81 C_Digest,
H A DmetaUtil.c637 rv = FUNCLIST(fw_st_id)->C_Digest(hSession, in, inLen,
/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,
H A DkernelGeneral.c79 C_Digest,
/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 */
H A DsoftGeneral.c85 C_Digest,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h485 /* C_Digest digests data in a single part. */
486 CK_PKCS11_FUNCTION_INFO(C_Digest)
/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;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c817 ckrv = C_Digest(hSession, tobesigned->Data,

Completed in 59 milliseconds