SystemFunction001 (ADVAPI32.@)
NTSTATUS SystemFunction001 ( const BYTE* data, const BYTE* key, LPBYTE output )
Encrypts a single block of data using DES.
data | [In] | data to encrypt (8 bytes). |
key | [In] | key data (7 bytes). |
output | [Out] | the encrypted data (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.