NAME

SystemFunction002  (ADVAPI32.@)

SYNOPSIS

 NTSTATUS SystemFunction002
 (
  const BYTE* data,
  const BYTE* key,
  LPBYTE      output
 )

DESCRIPTION

Decrypts a single block of data using DES.

PARAMS

data [In] data to decrypt (8 bytes).
key [In] key data (7 bytes).
output [Out] the decrypted data (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". https://source.winehq.org/source/dlls/advapi32/crypt_lmhash.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.