table of contents
other versions
- wheezy 1.4.1-4
SystemFunction032(3w) | Wine API | 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-strongavailIMPLEMENTATION¶
Declared in "crypt.h". Implemented in "dlls/advapi32/crypt_arc4.c".Oct 2012 | Wine API |