Searched refs:lsass_process (Results 1 – 1 of 1) sorted by relevance
1439 HANDLE lsass_process; in win32_call_func_with_tcb_privilege() local1541 lsass_process = win32_find_and_open_process_for_query("lsass.exe"); in win32_call_func_with_tcb_privilege()1542 if (!lsass_process) 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()1552 CloseHandle(lsass_process); in win32_call_func_with_tcb_privilege()