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 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". https://source.winehq.org/source/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 Apr 2024.