SystemFunction005 (ADVAPI32.@)
NTSTATUS SystemFunction005 ( const struct ustring* in, const struct ustring* key, struct ustring* out )
Decrypts a block of data with DES in ECB mode.
data | [In] | data to decrypt. |
key | [In] | key data (up to 7 bytes). |
output | [Out] | buffer to receive decrypted data. |
Success: STATUS_SUCCESS
Failure: STATUS_BUFFER_TOO_SMALL if the output buffer is too small
Failure: STATUS_INVALID_PARAMETER_2 if the key is zero length
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.