Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_server.c1417 WCHAR *principal_name = NULL; in RpcServerRegisterAuthInfoA() local
1422 if(ServerPrincName && !(principal_name = RPCRT4_strdupAtoW((const char*)ServerPrincName))) in RpcServerRegisterAuthInfoA()
1425 status = RpcServerRegisterAuthInfoW(principal_name, AuthnSvc, GetKeyFn, Arg); in RpcServerRegisterAuthInfoA()
1427 HeapFree(GetProcessHeap(), 0, principal_name); in RpcServerRegisterAuthInfoA()