Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c349 CK_OBJECT_HANDLE hAuthenticationKey) in C_SetOperationState() argument
358 hEncryptionKey, hAuthenticationKey)); in C_SetOperationState()
375 hAuthenticationKey); in C_SetOperationState()
H A DmetaSession.c416 CK_OBJECT_HANDLE hAuthenticationKey) in meta_SetOperationState() argument
455 if (hAuthenticationKey != CK_INVALID_HANDLE) { in meta_SetOperationState()
456 rv = meta_handle2object(hAuthenticationKey, &meta_auth_key); in meta_SetOperationState()
H A DmetaGlobal.h728 CK_OBJECT_HANDLE hEncryptionKey, CK_OBJECT_HANDLE hAuthenticationKey);
/titanic_50/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()
408 CK_OBJECT_HANDLE hAuthenticationKey) in C_SetOperationState() argument
432 hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c269 CK_OBJECT_HANDLE hAuthenticationKey) in C_SetOperationState() argument
293 ulOperationStateLen, hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
H A DsoftSessionUtil.c591 CK_OBJECT_HANDLE hAuthenticationKey) in soft_set_operationstate() argument
615 if ((hAuthenticationKey != 0) || (hEncryptionKey != 0)) { in soft_set_operationstate()
/titanic_50/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h231 CK_OBJECT_HANDLE hAuthenticationKey /* sign/verify key */
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1863 CK_OBJECT_HANDLE hAuthenticationKey) in C_SetOperationState() argument
1879 ulOperationStateLen, hEncryptionKey, hAuthenticationKey); in C_SetOperationState()
H A Dnew_host.c714 CK_OBJECT_HANDLE hAuthenticationKey) in SC_SetOperationState() argument
734 hEncryptionKey, hAuthenticationKey, in SC_SetOperationState()
H A Dtpmtok_int.h1333 CK_OBJECT_HANDLE hAuthenticationKey);