Home
last modified time | relevance | path

Searched refs:auth_info (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Drpc_server.c1369 struct rpc_server_registered_auth_info *auth_info; in RPCRT4_ServerGetRegisteredAuthInfo() local
1375 if (auth_info->auth_type == auth_type) in RPCRT4_ServerGetRegisteredAuthInfo()
1377 … sec_status = AcquireCredentialsHandleW((SEC_WCHAR *)auth_info->principal, auth_info->package_name, in RPCRT4_ServerGetRegisteredAuthInfo()
1386 *max_token = auth_info->max_token; in RPCRT4_ServerGetRegisteredAuthInfo()
1405 HeapFree(GetProcessHeap(), 0, auth_info); in RPCRT4_ServerFreeAllRegisteredAuthInfo()
1455 auth_info = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*auth_info)); in RpcServerRegisterAuthInfoW()
1456 if (!auth_info) { in RpcServerRegisterAuthInfoW()
1463 HeapFree(GetProcessHeap(), 0, auth_info); in RpcServerRegisterAuthInfoW()
1467 auth_info->auth_type = AuthnSvc; in RpcServerRegisterAuthInfoW()
1468 auth_info->package_name = package_name; in RpcServerRegisterAuthInfoW()
[all …]