NAME

SystemFunction003  (CRYPTBASE.@)

SYNOPSIS

 NTSTATUS SystemFunction003
 (
  const BYTE* key,
  BYTE*       output
 )

DESCRIPTION

Hashes a key using DES and a fixed datablock.

PARAMS

key [In] key data (7 bytes).
output [Out] hashed key (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/cryptbase/des.c". gitlab.winehq.org/wine/wine/blob/master/dlls/cryptbase/des.c


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