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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsDigest.c71 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function
/osnet-11/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,
/osnet-11/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.
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDigest.c72 * C_Digest or C_DigestFinal to actually obtain the value of
562 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function
594 * C_DigestFinal.
615 * We end up here if an earlier C_DigestFinal() call
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c827 C_DigestFinal(CK_SESSION_HANDLE hSession, function
1288 PK11_Functions.C_DigestFinal = C_DigestFinal;

Completed in 39 milliseconds