SystemFunction008(3w)

NAME

SystemFunction008 (ADVAPI32.@)

SYNOPSIS

NTSTATUS SystemFunction008
 (
  const BYTE* challenge,
  const BYTE* hash,
  LPBYTE      response
 )

DESCRIPTION

Creates a LM response from a challenge and a password hash.

PARAMS

challenge [In] Challenge from authentication server.

hash [In] NTLM hash (from SystemFunction006).

response [Out] response to send back to the server.

RETURNS

Success: STATUS_SUCCESS

Failure: STATUS_UNSUCCESSFUL.

NOTES

see http://davenport.sourceforge.net/ntlm.html#theLmResponse

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/crypt_lmhash.c".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout