Home
last modified time | relevance | path

Searched refs:hEncryptionKey (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c346 CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, in C_SetOperationState() argument
356 hEncryptionKey, hAuthenticationKey)); in C_SetOperationState()
372 pOperationState, ulOperationStateLen, hEncryptionKey, in C_SetOperationState()
H A DmetaSession.c415 CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, in meta_SetOperationState() argument
450 if (hEncryptionKey != CK_INVALID_HANDLE) { in meta_SetOperationState()
451 rv = meta_handle2object(hEncryptionKey, &meta_enc_key); in meta_SetOperationState()
H A DmetaGlobal.h728 CK_OBJECT_HANDLE hEncryptionKey, CK_OBJECT_HANDLE hAuthenticationKey);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c348 CK_OBJECT_HANDLE hEncryptionKey, CK_OBJECT_HANDLE hAuthenticationKey) in kernel_set_operationstate() argument
357 if ((hAuthenticationKey != 0) || (hEncryptionKey != 0)) in kernel_set_operationstate()
407 CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, in C_SetOperationState() argument
432 hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c268 CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, in C_SetOperationState() argument
293 ulOperationStateLen, hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
H A DsoftSessionUtil.c609 CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, in soft_set_operationstate() argument
634 if ((hAuthenticationKey != 0) || (hEncryptionKey != 0)) { in soft_set_operationstate()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h234 CK_OBJECT_HANDLE hEncryptionKey, /* en/decryption key */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1862 CK_OBJECT_HANDLE hEncryptionKey, in C_SetOperationState() argument
1879 ulOperationStateLen, hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
H A Dnew_host.c713 CK_OBJECT_HANDLE hEncryptionKey, in SC_SetOperationState() argument
734 hEncryptionKey, hAuthenticationKey, in SC_SetOperationState()
H A Dtpmtok_int.h1333 CK_OBJECT_HANDLE hEncryptionKey,