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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Digest.c36 * C_DigestInit will verify that the session handle is valid within
39 * provider. Policy is only checked for C_DigestInit, since it is
43 C_DigestInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism) function
56 return (fast_funcs->C_DigestInit(hSession, pMechanism));
78 rv = FUNCLIST(slotid)->C_DigestInit(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c34 C_DigestInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism) function
131 /* Application must call C_DigestInit before calling C_Digest */
184 * Application needs to call C_DigestInit again for next
231 * Application must call C_DigestInit before calling
309 * Application must call C_DigestInit before calling
394 * Application must call C_DigestInit before calling
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDigest.c135 C_DigestInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism) function
170 /* Application must call C_DigestInit before calling C_Digest */
275 * Application needs to call C_DigestInit again for next
326 * Application must call C_DigestInit before calling
440 * Application must call C_DigestInit before calling
594 * Application must call C_DigestInit before calling
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c853 C_DigestInit(CK_SESSION_HANDLE hSession, function
1283 PK11_Functions.C_DigestInit = C_DigestInit;

Completed in 79 milliseconds