Searched refs:C_DigestKey (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Digest.c | 172 * 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 D | pkcs11General.c | 83 C_DigestKey,
|
H A D | metaUtil.c | 504 * 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 D | kernelGeneral.c | 81 C_DigestKey,
|
H A D | kernelDigest.c | 398 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 D | softDigest.c | 282 C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) function 310 * C_DigestKey.
|
H A D | softGeneral.c | 87 C_DigestKey,
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 510 /* 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 D | api_interface.c | 877 C_DigestKey(CK_SESSION_HANDLE hSession, function 1286 PK11_Functions.C_DigestKey = C_DigestKey;
|
Completed in 77 milliseconds