Searched refs:principal_name (Results 1 – 1 of 1) sorted by relevance
1417 WCHAR *principal_name = NULL; in RpcServerRegisterAuthInfoA() local1422 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()