Home
last modified time | relevance | path

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

/reactos/dll/win32/advapi32/sec/
H A Dmisc.c639 PLSA_TRANSLATED_SID TranslatedSid = NULL; in LookupAccountNameW() local
670 &TranslatedSid); in LookupAccountNameW()
681 pDomainSid = ReferencedDomains->Domains[TranslatedSid->DomainIndex].Sid; in LookupAccountNameW()
699 *GetSidSubAuthority(Sid, (DWORD)nSubAuthorities) = TranslatedSid->RelativeId; in LookupAccountNameW()
706 *peUse = TranslatedSid->Use; in LookupAccountNameW()
718 if (TranslatedSid != NULL) in LookupAccountNameW()
719 LsaFreeMemory(TranslatedSid); in LookupAccountNameW()
/reactos/dll/win32/ntmarta/
H A Dntmarta.c506 PLSA_TRANSLATED_SID2 TranslatedSid = NULL; in AccpLookupSidByName() local
526 &TranslatedSid); in AccpLookupSidByName()
531 if (TranslatedSid->Use == SidTypeUnknown || TranslatedSid->Use == SidTypeInvalid) in AccpLookupSidByName()
537 SidLen = GetLengthSid(TranslatedSid->Sid); in AccpLookupSidByName()
545 TranslatedSid->Sid)) in AccpLookupSidByName()
558 LsaFreeMemory(TranslatedSid); in AccpLookupSidByName()