|
iPXE
|
An HMAC_DRBG instantiation 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 * | nonce |
| Nonce. More... | |
| size_t | nonce_len |
| Length of nonce. More... | |
| const void * | personal |
| Personalisation string. More... | |
| size_t | personal_len |
| Length of personalisation string. 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 instantiation test.
Definition at line 51 of file hmac_drbg_test.c.
| struct digest_algorithm* hmac_drbg_test_instantiate::hash |
Underlying hash algorithm.
Definition at line 53 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_instantiate::out_len |
Output block length.
Definition at line 55 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_instantiate::entropy |
Entropy.
Definition at line 57 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_instantiate::entropy_len |
Length of entropy.
Definition at line 59 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_instantiate::nonce |
Nonce.
Definition at line 61 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_instantiate::nonce_len |
Length of nonce.
Definition at line 63 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_instantiate::personal |
Personalisation string.
Definition at line 65 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_instantiate::personal_len |
Length of personalisation string.
Definition at line 67 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_instantiate::expected_key |
Expected key.
Definition at line 69 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_instantiate::expected_key_len |
Length of expected key.
Definition at line 71 of file hmac_drbg_test.c.
| const void* hmac_drbg_test_instantiate::expected_value |
Expected value.
Definition at line 73 of file hmac_drbg_test.c.
| size_t hmac_drbg_test_instantiate::expected_value_len |
Length of expected value.
Definition at line 75 of file hmac_drbg_test.c.
1.8.15