SystemFunction024 (CRYPTSP.@)
NTSTATUS SystemFunction024 ( const BYTE* in, const BYTE* key, BYTE* out )
Encrypts two DES blocks with a 32 bit key...
data | [In] | data to encrypt (16 bytes). |
key | [In] | key data (4 bytes). |
output | [Out] | buffer to receive encrypted data (16 bytes). |
Success: STATUS_SUCCESS
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/cryptsp/lmhash.c". gitlab.winehq.org/wine/wine/blob/master/dlls/cryptsp/lmhash.c
Copyright © 2025 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2025.