iPXE
|
An HMAC_DRBG generation failure test. More...
Data Fields | |
struct digest_algorithm * | hash |
Underlying hash algorithm. More... | |
const void * | additional |
Additional input. More... | |
size_t | additional_len |
Length of additional_input. More... | |
size_t | requested_len |
Length of requested data. More... | |
An HMAC_DRBG generation failure test.
Definition at line 287 of file hmac_drbg_test.c.
struct digest_algorithm* hmac_drbg_test_generate_fail::hash |
Underlying hash algorithm.
Definition at line 289 of file hmac_drbg_test.c.
const void* hmac_drbg_test_generate_fail::additional |
Additional input.
Definition at line 291 of file hmac_drbg_test.c.
size_t hmac_drbg_test_generate_fail::additional_len |
Length of additional_input.
Definition at line 293 of file hmac_drbg_test.c.
size_t hmac_drbg_test_generate_fail::requested_len |
Length of requested data.
Definition at line 295 of file hmac_drbg_test.c.