Lines Matching refs:hSession
118 C_CloseSession(CK_SESSION_HANDLE hSession) in C_CloseSession() argument
125 return (fast_funcs->C_CloseSession(hSession)); in C_CloseSession()
133 HANDLE2SESSION(hSession, sessp, rv); in C_CloseSession()
247 C_GetSessionInfo(CK_SESSION_HANDLE hSession, CK_SESSION_INFO_PTR pInfo) in C_GetSessionInfo() argument
256 rv = fast_funcs->C_GetSessionInfo(hSession, pInfo); in C_GetSessionInfo()
276 HANDLE2SESSION(hSession, sessp, rv); in C_GetSessionInfo()
305 C_GetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, in C_GetOperationState() argument
314 return (fast_funcs->C_GetOperationState(hSession, in C_GetOperationState()
323 HANDLE2SESSION(hSession, sessp, rv); in C_GetOperationState()
347 C_SetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, in C_SetOperationState() argument
356 return (fast_funcs->C_SetOperationState(hSession, in C_SetOperationState()
366 HANDLE2SESSION(hSession, sessp, rv); in C_SetOperationState()
391 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, in C_Login() argument
399 return (fast_funcs->C_Login(hSession, userType, pPin, in C_Login()
408 HANDLE2SESSION(hSession, sessp, rv); in C_Login()
431 C_Logout(CK_SESSION_HANDLE hSession) in C_Logout() argument
438 return (fast_funcs->C_Logout(hSession)); in C_Logout()
446 HANDLE2SESSION(hSession, sessp, rv); in C_Logout()