FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | isaac_t |
Macros | |
#define | ISAAC_LOG2_SIZE (4) |
#define | ISAAC_SIZE (1 << ISAAC_LOG2_SIZE) |
Functions | |
void | isaac (isaac_t *ctx, uword *results) |
void | isaac2 (isaac_t *ctx, uword *results) |
void | isaac_init (isaac_t *ctx, uword *results) |
int | test_isaac_main (unformat_input_t *input) |
#define ISAAC_LOG2_SIZE (4) |
Definition at line 58 of file random_isaac.h.
#define ISAAC_SIZE (1 << ISAAC_LOG2_SIZE) |
Definition at line 59 of file random_isaac.h.
int test_isaac_main | ( | unformat_input_t * | input | ) |