![]() |
FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Include dependency graph for random_isaac.c:Go to the source code of this file.
Macros | |
| #define | ind64(mm, x) (*(u64 *)((u8 *)(mm) + ((x) & ((ISAAC_SIZE-1)<<3)))) |
| #define | rngstep64(mix, a, b, mm, m, m2, r, x, y) |
| #define | mix64(a, b, c, d, e, f, g, h) |
Functions | |
| void | isaac (isaac_t *ctx, uword *results) |
| void | isaac2 (isaac_t *ctx, uword *results) |
| void | isaac_init (isaac_t *ctx, uword *seeds) |
| #define ind64 | ( | mm, | |
| x | |||
| ) | (*(u64 *)((u8 *)(mm) + ((x) & ((ISAAC_SIZE-1)<<3)))) |
Definition at line 245 of file random_isaac.c.
Definition at line 246 of file random_isaac.c.
Definition at line 255 of file random_isaac.c.