table of contents
other versions
- wheezy 1.4.1-4
SystemFunction001(3w) | Wine API | SystemFunction001(3w) |
NAME¶
SystemFunction001 (ADVAPI32.@)SYNOPSIS¶
NTSTATUS SystemFunction001(
const BYTE* data,
const BYTE* key,
LPBYTE output
)
DESCRIPTION¶
Encrypts a single block of data using DES.PARAMS¶
data [In] data to encrypt (8 bytes). key [In] key data (7 bytes). output [Out] the encrypted data (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 |