NAME

SystemFunction010  (ADVAPI32.@)

SYNOPSIS

 NTSTATUS SystemFunction010
 (
  LPVOID      unknown,
  const BYTE* data,
  LPBYTE      hash
 )

DESCRIPTION

MD4 hashes 16 bytes of data.

PARAMS

unknown [] seems to have no effect on the output
data [In] pointer to data to hash (16 bytes).
output [Out] the md4 hash of the data (16 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.c". https://source.winehq.org/source/dlls/advapi32/crypt.c

Debug channel "crypt".


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