Searched refs:C_DigestKey (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Digest.c172 * C_DigestKey is a pure wrapper to the underlying provider.
176 C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) function
183 return (fast_funcs->C_DigestKey(hSession, hKey));
198 rv = FUNCLIST(sessp->se_slotid)->C_DigestKey(sessp->se_handle, hKey);
H A Dpkcs11General.c83 C_DigestKey,
H A DmetaUtil.c504 * 3) C_DigestKey is the only crypto operation that uses an object after
646 * For C_DigestKey, a key is provided and
652 rv = FUNCLIST(fw_st_id)->C_DigestKey(hSession,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c81 C_DigestKey,
H A DkernelDigest.c398 C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) function
441 * C_DigestKey.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c282 C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) function
310 * C_DigestKey.
H A DsoftGeneral.c87 C_DigestKey,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h510 /* C_DigestKey continues a multi-part message-digesting
513 CK_PKCS11_FUNCTION_INFO(C_DigestKey)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c877 C_DigestKey(CK_SESSION_HANDLE hSession, function
1286 PK11_Functions.C_DigestKey = C_DigestKey;

Completed in 56 milliseconds