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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Digest.c209 * C_DigestFinal is a pure wrapper to the underlying provider.
213 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function
221 return (fast_funcs->C_DigestFinal(hSession, pDigest,
237 rv = FUNCLIST(sessp->se_slotid)->C_DigestFinal(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c71 * C_Digest or C_DigestFinal to actually obtain the value of
325 * C_DigestFinal bzero()'s the digest context before freeing it.
366 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function
395 * C_DigestFinal.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDigest.c73 * C_Digest or C_DigestFinal to actually obtain the value of
563 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function
595 * C_DigestFinal.
616 * We end up here if an earlier C_DigestFinal() call
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c828 C_DigestFinal(CK_SESSION_HANDLE hSession, function
1287 PK11_Functions.C_DigestFinal = C_DigestFinal;

Completed in 71 milliseconds