|
iPXE
|
An HMAC_DRBG generation test. More...
Data Fields | |
| struct digest_algorithm * | hash |
| Underlying hash algorithm. More... | |
| size_t | out_len |
| Output block length. More... | |
| const void * | additional |
| Additional input. More... | |
| size_t | additional_len |
| Length of additional_input. More... | |
| const void * | expected_key |
| Expected key. More... | |
| size_t | expected_key_len |
| Length of expected key. More... | |
| const void * | expected_value |
| Expected value. More... | |
| size_t | expected_value_len |
| Length of expected value. More... | |
| const void * | expected_data |
| Expected pseudorandom data. More... | |
| size_t | expected_data_len |
| Length of data. More... | |
An HMAC_DRBG generation test.
Definition at line 209 of file hmac_drbg_test.c.
| struct digest_algorithm* hmac_drbg_test_generate::hash |
Underlying hash algorithm.
Definition at line 211 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_generate::out_len |
Output block length.
Definition at line 213 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_generate::additional |
Additional input.
Definition at line 215 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_generate::additional_len |
Length of additional_input.
Definition at line 217 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_generate::expected_key |
Expected key.
Definition at line 219 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_generate::expected_key_len |
Length of expected key.
Definition at line 221 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_generate::expected_value |
Expected value.
Definition at line 223 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_generate::expected_value_len |
Length of expected value.
Definition at line 225 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_generate::expected_data |
Expected pseudorandom data.
Definition at line 227 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_generate::expected_data_len |
Length of data.
Definition at line 229 of file hmac_drbg_test.c.
1.8.15