Searched refs:C_Digest (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Digest.c | 40 * 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 D | pkcs11General.c | 81 C_Digest,
|
H A D | metaUtil.c | 637 rv = FUNCLIST(fw_st_id)->C_Digest(hSession, in, inLen,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelDigest.c | 73 * 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 D | kernelGeneral.c | 79 C_Digest,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDigest.c | 71 * 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 D | softGeneral.c | 85 C_Digest,
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 485 /* 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 D | api_interface.c | 775 C_Digest(CK_SESSION_HANDLE hSession, function 1284 PK11_Functions.C_Digest = C_Digest;
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 817 ckrv = C_Digest(hSession, tobesigned->Data,
|
Completed in 73 milliseconds