SystemFunction003 (CRYPTBASE.@)
NTSTATUS SystemFunction003 ( const BYTE* key, BYTE* 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/cryptbase/des.c". gitlab.winehq.org/wine/wine/blob/master/dlls/cryptbase/des.c
Copyright © 2025 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2025.