Lines Matching refs:hSession
106 meta_CloseSession(CK_SESSION_HANDLE hSession) in meta_CloseSession() argument
112 rv = meta_handle2session(hSession, &session); in meta_CloseSession()
180 meta_GetSessionInfo(CK_SESSION_HANDLE hSession, CK_SESSION_INFO_PTR pInfo) in meta_GetSessionInfo() argument
188 rv = meta_handle2session(hSession, &session); in meta_GetSessionInfo()
227 slot_session->hSession, NULL, &length); in meta_getopstatelen()
239 meta_GetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, in meta_GetOperationState() argument
250 rv = meta_handle2session(hSession, &session); in meta_GetOperationState()
317 slot_session->hSession, in meta_GetOperationState()
382 slot_session->hSession, databuf, state->op_state_len, in meta_set_opstate()
390 slot_session->hSession, databuf, state->op_state_len, in meta_set_opstate()
414 meta_SetOperationState(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pOperationState, in meta_SetOperationState() argument
446 rv = meta_handle2session(hSession, &session); in meta_SetOperationState()
508 meta_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, in meta_Login() argument
517 rv = meta_handle2session(hSession, &session); in meta_Login()
539 rv = FUNCLIST(fw_st_id)->C_Login(login_session->hSession, userType, in meta_Login()
583 meta_Logout(CK_SESSION_HANDLE hSession) in meta_Logout() argument
589 rv = meta_handle2session(hSession, &session); in meta_Logout()
604 logout_session->hSession); in meta_Logout()