Searched refs:soft_session_rw_cnt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h253 extern CK_ULONG soft_session_rw_cnt; /* the number of opened R/W sessions */
H A DsoftSessionUtil.c44 CK_ULONG soft_session_rw_cnt = 0; /* the number of opened R/W sessions */ variable
176 ++soft_session_rw_cnt;
286 --soft_session_rw_cnt;
H A DsoftSlotToken.c483 pInfo->ulRwSessionCount = soft_session_rw_cnt;

Completed in 24 milliseconds