|
iPXE
|
An HMAC_DRBG reseed test. More...
Data Fields | |
| struct digest_algorithm * | hash |
| Underlying hash algorithm. | |
| size_t | out_len |
| Output block length. | |
| const void * | entropy |
| Entropy. | |
| size_t | entropy_len |
| Length of entropy. | |
| const void * | additional |
| Additional input. | |
| size_t | additional_len |
| Length of additional_input. | |
| const void * | expected_key |
| Expected key. | |
| size_t | expected_key_len |
| Length of expected key. | |
| const void * | expected_value |
| Expected value. | |
| size_t | expected_value_len |
| Length of expected value. | |
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.