#include <string.h>#include "tests/arc4.h"#include "tests/lib.h"#include "tests/main.h"Go to the source code of this file.
Defines | |
| #define | SIZE (2 * 1024 * 1024) |
Functions | |
| void | test_main (void) |
Variables | |
| static char | buf [SIZE] |
| #define SIZE (2 * 1024 * 1024) |
Definition at line 9 of file page-linear.c.
| void test_main | ( | void | ) |
Definition at line 14 of file page-linear.c.
References arc4_crypt(), arc4_init(), buf, fail(), arc4::i, memset(), msg(), and SIZE.
char buf[SIZE] [static] |
Definition at line 11 of file page-linear.c.
1.5.6