Searched refs:hEncryptionKey (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Session.c | 346 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 D | metaSession.c | 415 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 D | metaGlobal.h | 728 CK_OBJECT_HANDLE hEncryptionKey, CK_OBJECT_HANDLE hAuthenticationKey);
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSession.c | 348 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 D | softSession.c | 268 CK_ULONG ulOperationStateLen, CK_OBJECT_HANDLE hEncryptionKey, in C_SetOperationState() argument 293 ulOperationStateLen, hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
|
H A D | softSessionUtil.c | 609 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 D | pkcs11f.h | 234 CK_OBJECT_HANDLE hEncryptionKey, /* en/decryption key */
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1862 CK_OBJECT_HANDLE hEncryptionKey, in C_SetOperationState() argument 1879 ulOperationStateLen, hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
|
H A D | new_host.c | 713 CK_OBJECT_HANDLE hEncryptionKey, in SC_SetOperationState() argument 734 hEncryptionKey, hAuthenticationKey, in SC_SetOperationState()
|
H A D | tpmtok_int.h | 1333 CK_OBJECT_HANDLE hEncryptionKey,
|