SystemFunction012(3w)

NAME

SystemFunction012 (ADVAPI32.@)

SYNOPSIS

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

DESCRIPTION

SystemFunction016 [ADVAPI32.@] SystemFunction018 [ADVAPI32.@] SystemFunction020 [ADVAPI32.@] SystemFunction022 [ADVAPI32.@].

Encrypts two DES blocks with two keys.

PARAMS

data [In] data to encrypt (16 bytes).

key [In] key data (two lots of 7 bytes).

output [Out] buffer to receive encrypted data (16 bytes).

RETURNS

Success: STATUS_SUCCESS

Failure: STATUS_UNSUCCESSFUL if the input or output buffer is NULL

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