table of contents
other versions
- wheezy 1.4.1-4
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_UNSUCCESSFULIMPLEMENTATION¶
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 |