Scroll to navigation

SystemFunction003(3w) Wine API SystemFunction003(3w)

NAME

SystemFunction003 (ADVAPI32.@)

SYNOPSIS

NTSTATUS SystemFunction003
(
const BYTE* key,
LPBYTE output
)
 

DESCRIPTION

Hashes a key using DES and a fixed datablock.
 

PARAMS

key [In] key data (7 bytes).
output [Out] hashed key (8 bytes).
 

RETURNS

Success: STATUS_SUCCESS
Failure: STATUS_UNSUCCESSFUL
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/advapi32/crypt_lmhash.c".
Oct 2012 Wine API