SystemFunction005.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SystemFunction005 (ADVAPI32.@)

SYNOPSIS

NTSTATUS SystemFunction005
 (
  const struct ustring* in,
  const struct ustring* key,
  struct ustring*       out
 )

DESCRIPTION

Decrypts a block of data with DES in ECB mode.

PARAMS

data [In] data to decrypt.

key [In] key data (up to 7 bytes).

output [Out] buffer to receive decrypted data.

RETURNS

Success: STATUS_SUCCESS

Failure: STATUS_BUFFER_TOO_SMALL if the output buffer is too small

Failure: STATUS_INVALID_PARAMETER_2 if the key is zero length

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/advapi32/crypt_lmhash.c".