SystemFunction008 (CRYPTSP.@)
NTSTATUS SystemFunction008 ( const BYTE* challenge, const BYTE* hash, BYTE* response )
Creates a LM response from a challenge and a password hash.
challenge | [In] | Challenge from authentication server. |
hash | [In] | NTLM hash (from SystemFunction006). |
response | [Out] | response to send back to the server. |
Success: STATUS_SUCCESS
Failure: STATUS_UNSUCCESSFUL.
see http://davenport.sourceforge.net/ntlm.html#theLmResponse
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.