LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
rc4.h
Go to the documentation of this file.
1#ifndef _RC4_H_
2#define _RC4_H_
3
4void rc4_init(unsigned char *state, unsigned char *key, int len);
5void rc4_crypt(unsigned char *state, unsigned char *data, int len);
6
7#endif // _RC4_H_
8
void rc4_init(unsigned char *state, unsigned char *key, int len)
Definition: rc4.c:5
void rc4_crypt(unsigned char *state, unsigned char *data, int len)
Definition: rc4.c:22
union @15 data