[MSV1_0] LsaApLogonUserEx2: use RtlRunDecodeUnicodeString to decode password

This commit is contained in:
Andreas Maier 2020-02-16 11:05:25 +01:00 committed by Thomas Faber
parent 72fa935128
commit 782ff23261
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
2 changed files with 45 additions and 0 deletions

View file

@ -2435,6 +2435,22 @@ RtlFreeBuffer(
Buffer->Size = Buffer->StaticSize;
}
NTSYSAPI
VOID
NTAPI
RtlRunEncodeUnicodeString(
_Inout_ PUCHAR Hash,
_Inout_ PUNICODE_STRING String
);
NTSYSAPI
VOID
NTAPI
RtlRunDecodeUnicodeString(
_In_ UCHAR Hash,
_Inout_ PUNICODE_STRING String
);
#endif /* NTOS_MODE_USER */
//