SystemFunction032 (ADVAPI32.@)
NTSTATUS SystemFunction032 ( struct ustring* data, const struct ustring* key )
Encrypts a string data using ARC4.
data | [In/Out] | data to encrypt. |
key | [In] | key data. |
Success: STATUS_SUCCESS
Failure: STATUS_UNSUCCESSFUL.
see http://web.it.kth.se/~rom/ntsec.html#crypto-strongavail
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 Nov 2024.