Searched refs:lsass_token (Results 1 – 1 of 1) sorted by relevance
1440 HANDLE lsass_token; in win32_call_func_with_tcb_privilege() local1447 lsass_token = NULL; in win32_call_func_with_tcb_privilege()1550 lsass_token = win32_open_process_token_with_rights(lsass_process, TOKEN_QUERY | TOKEN_DUPLICATE); in win32_call_func_with_tcb_privilege()1554 if (!lsass_token) in win32_call_func_with_tcb_privilege()1561 if (!win32_change_token(lsass_token, &old_token)) in win32_call_func_with_tcb_privilege()1598 if (lsass_token) in win32_call_func_with_tcb_privilege()1599 CloseHandle(lsass_token); in win32_call_func_with_tcb_privilege()