Home
last modified time | relevance | path

Searched refs:next_session_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dglobals.c27 CK_ULONG next_session_handle = 1; variable
H A Dsess_mgr.c363 s = session_mgr_find(next_session_handle); in session_mgr_new()
365 next_session_handle++; in session_mgr_new()
367 new_session->handle = next_session_handle++; in session_mgr_new()
H A Dtpmtok_int.h533 extern CK_ULONG next_session_handle;
H A Dnew_host.c75 next_session_handle = 1; in Fork_Initializer()