|
PolarSSL v1.1.4
|
Info structure for the pseudo random function. More...
Data Fields | |
| uint32_t | key [16] |
| uint32_t | v0 |
| uint32_t | v1 |
Info structure for the pseudo random function.
Key should be set at the start to a test-unique value. Do not forget endianness! State( v0, v1 ) should be set to zero.
Definition at line 181 of file test_suite_aes.c.
| uint32_t rnd_pseudo_info::key |
Definition at line 183 of file test_suite_aes.c.
Referenced by rnd_pseudo_rand().
| uint32_t rnd_pseudo_info::v0 |
Definition at line 184 of file test_suite_aes.c.
Referenced by rnd_pseudo_rand().
| uint32_t rnd_pseudo_info::v1 |
Definition at line 184 of file test_suite_aes.c.
Referenced by rnd_pseudo_rand().
1.8.1.2