Home
last modified time | relevance | path

Searched refs:phSession (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c42 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in C_OpenSession() argument
64 flags, pApplication, Notify, phSession)); in C_OpenSession()
67 pApplication, Notify, phSession)); in C_OpenSession()
98 METASLOT_FRAMEWORK_ID, phSession, prov_sess); in C_OpenSession()
101 fw_st_id, phSession, prov_sess); in C_OpenSession()
H A DmetaSession.c51 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in meta_OpenSession() argument
60 if (phSession == NULL) { in meta_OpenSession()
90 *phSession = (CK_SESSION_HANDLE) new_session; in meta_OpenSession()
H A DmetaGlobal.h719 CK_SESSION_HANDLE_PTR phSession);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c36 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in C_OpenSession() argument
54 if (phSession == NULL) in C_OpenSession()
64 rv = soft_add_session(flags, pApplication, Notify, phSession); in C_OpenSession()
H A DsoftSession.h191 CK_NOTIFY notify, CK_ULONG *phSession);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c37 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in C_OpenSession() argument
52 if (phSession == NULL) in C_OpenSession()
75 phSession); in C_OpenSession()
H A DkernelSession.h167 CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *phSession);
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h177 CK_SESSION_HANDLE_PTR phSession /* gets session handle */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1763 CK_SESSION_HANDLE_PTR phSession) in C_OpenSession() argument
1774 if (! phSession) in C_OpenSession()
1789 *phSession = (CK_SESSION_HANDLE)apiSessp; in C_OpenSession()
H A Dnew_host.c550 CK_SESSION_HANDLE_PTR phSession) in SC_OpenSession() argument
590 *phSession = sess->handle; in SC_OpenSession()
H A Dtpmtok_int.h1314 CK_SESSION_HANDLE_PTR phSession);