|
cryptlib
3.4.1
|
Go to the source code of this file.
Macros | |
| #define | LOOP(in, out) |
| #define | RC4_LOOP(a, b, i) LOOP(*((a)++),*((b)++)) |
Functions | |
| void | RC4 (RC4_KEY *key, unsigned long len, const unsigned char *indata, unsigned char *outdata) |
| #define LOOP | ( | in, | |
| out | |||
| ) |
| #define RC4_LOOP | ( | a, | |
| b, | |||
| i | |||
| ) | LOOP(*((a)++),*((b)++)) |
1.8.2