SystemFunction012 (ADVAPI32.@)
NTSTATUS SystemFunction012 ( const BYTE* in, const BYTE* key, LPBYTE out )
SystemFunction016 [ADVAPI32.@] SystemFunction018 [ADVAPI32.@] SystemFunction020 [ADVAPI32.@] SystemFunction022 [ADVAPI32.@].
Encrypts two DES blocks with two keys.
data | [In] | data to encrypt (16 bytes). |
key | [In] | key data (two lots of 7 bytes). |
output | [Out] | buffer to receive encrypted data (16 bytes). |
Success: STATUS_SUCCESS
Failure: STATUS_UNSUCCESSFUL if the input or output buffer is NULL
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.