NAME

SystemFunction032  (ADVAPI32.@)

SYNOPSIS

 NTSTATUS SystemFunction032
 (
  struct ustring*       data,
  const struct ustring* key
 )

DESCRIPTION

Encrypts a string data using ARC4.

PARAMS

data [In/Out] data to encrypt.
key [In] key data.

RETURNS

Success: STATUS_SUCCESS

Failure: STATUS_UNSUCCESSFUL.

NOTES

see http://web.it.kth.se/~rom/ntsec.html#crypto-strongavail

IMPLEMENTATION

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

Implemented in "dlls/advapi32/crypt_arc4.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/crypt_arc4.c


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