#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 (1024 * 1024) |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | test_name = "child-linear" |
| static char | buf [SIZE] |
| #define SIZE (1024 * 1024) |
| int main | ( | int argc | , | |
| char * | argv[] | |||
| ) |
Definition at line 16 of file child-linear.c.
References arc4_crypt(), arc4_init(), buf, fail(), arc4::i, SIZE, and strlen().
char buf[SIZE] [static] |
Definition at line 13 of file child-linear.c.
| const char* test_name = "child-linear" |
Definition at line 10 of file child-linear.c.
1.5.6