Searched refs:hSession (Results 1 – 1 of 1) sorted by relevance
163 verify_session_handle(CK_SESSION_HANDLE hSession, in verify_session_handle() argument169 if (soft_token.state[i].session_handle == hSession) in verify_session_handle()174 (unsigned long)hSession); in verify_session_handle()1146 C_CloseSession(CK_SESSION_HANDLE hSession) in C_CloseSession() argument1152 if (verify_session_handle(hSession, &state) != CKR_OK) in C_CloseSession()1176 C_GetSessionInfo(CK_SESSION_HANDLE hSession, in C_GetSessionInfo() argument1182 VERIFY_SESSION_HANDLE(hSession, NULL); in C_GetSessionInfo()1198 C_Login(CK_SESSION_HANDLE hSession, in C_Login() argument1209 VERIFY_SESSION_HANDLE(hSession, NULL); in C_Login()1230 C_Logout(CK_SESSION_HANDLE hSession) in C_Logout() argument[all …]