Searched defs:creating_session (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.c215 CK_SESSION_HANDLE creating_session; local
223 * the argument hSession may not be the creating_session of
226 * the creating_session.
240 creating_session = object_p->session_handle;
242 if (creating_session == NULL) {
246 * therefore, creating_session is always NULL.
293 rv = handle2session(creating_session, &session_p);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c308 CK_SESSION_HANDLE creating_session; local
315 * the argument hSession may not be the creating_session of
318 * the creating_session.
344 creating_session = object_p->session_handle;
346 creating_session = hSession;
348 rv = handle2session(creating_session, &session_p);

Completed in 71 milliseconds