SystemFunction003 (ADVAPI32.@)
NTSTATUS SystemFunction003 ( const BYTE* key, LPBYTE output )
Hashes a key using DES and a fixed datablock.
key | [In] | key data (7 bytes). |
output | [Out] | hashed key (8 bytes). |
Success: STATUS_SUCCESS
Failure: STATUS_UNSUCCESSFUL
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/advapi32/crypt_lmhash.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/crypt_lmhash.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.