SystemFunction032(3w)
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
Defined in "crypt.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/crypt_arc4.c".