iPXE
|
An HMAC_DRBG reseed test. More...
Data Fields | |
struct digest_algorithm * | hash |
Underlying hash algorithm. More... | |
size_t | out_len |
Output block length. More... | |
const void * | entropy |
Entropy. More... | |
size_t | entropy_len |
Length of entropy. 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... | |
An HMAC_DRBG reseed test.
Definition at line 139 of file hmac_drbg_test.c.
struct digest_algorithm* hmac_drbg_test_reseed::hash |
Underlying hash algorithm.
Definition at line 141 of file hmac_drbg_test.c.
size_t hmac_drbg_test_reseed::out_len |
Output block length.
Definition at line 143 of file hmac_drbg_test.c.
const void* hmac_drbg_test_reseed::entropy |
Entropy.
Definition at line 145 of file hmac_drbg_test.c.
size_t hmac_drbg_test_reseed::entropy_len |
Length of entropy.
Definition at line 147 of file hmac_drbg_test.c.
const void* hmac_drbg_test_reseed::additional |
Additional input.
Definition at line 149 of file hmac_drbg_test.c.
size_t hmac_drbg_test_reseed::additional_len |
Length of additional_input.
Definition at line 151 of file hmac_drbg_test.c.
const void* hmac_drbg_test_reseed::expected_key |
Expected key.
Definition at line 153 of file hmac_drbg_test.c.
size_t hmac_drbg_test_reseed::expected_key_len |
Length of expected key.
Definition at line 155 of file hmac_drbg_test.c.
const void* hmac_drbg_test_reseed::expected_value |
Expected value.
Definition at line 157 of file hmac_drbg_test.c.
size_t hmac_drbg_test_reseed::expected_value_len |
Length of expected value.
Definition at line 159 of file hmac_drbg_test.c.