Scroll to navigation

SystemFunction025(3w) Wine API SystemFunction025(3w)

NAME

SystemFunction025 (ADVAPI32.@)

SYNOPSIS

NTSTATUS SystemFunction025
(
const BYTE* in,
const BYTE* key,
LPBYTE out
)
 

DESCRIPTION

Decrypts two DES blocks with a 32 bit key...
 

PARAMS

data [In] data to encrypt (16 bytes).
key [In] key data (4 bytes).
output [Out] buffer to receive encrypted data (16 bytes).
 

RETURNS

Success: STATUS_SUCCESS
 

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