NAME

SystemFunction012  (CRYPTSP.@)

SYNOPSIS

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

DESCRIPTION

SystemFunction016 (cryptsp.@) SystemFunction018 (cryptsp.@) SystemFunction020 (cryptsp.@) SystemFunction022 (cryptsp.@).

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 declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/cryptsp/lmhash.c". gitlab.winehq.org/wine/wine/blob/master/dlls/cryptsp/lmhash.c


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