iPXE
Data Fields
hmac_drbg_test_reseed Struct Reference

An HMAC_DRBG reseed test. More...

Data Fields

struct digest_algorithmhash
 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...
 

Detailed Description

An HMAC_DRBG reseed test.

Definition at line 139 of file hmac_drbg_test.c.

Field Documentation

◆ hash

struct digest_algorithm* hmac_drbg_test_reseed::hash

Underlying hash algorithm.

Definition at line 141 of file hmac_drbg_test.c.

◆ out_len

size_t hmac_drbg_test_reseed::out_len

Output block length.

Definition at line 143 of file hmac_drbg_test.c.

◆ entropy

const void* hmac_drbg_test_reseed::entropy

Entropy.

Definition at line 145 of file hmac_drbg_test.c.

◆ entropy_len

size_t hmac_drbg_test_reseed::entropy_len

Length of entropy.

Definition at line 147 of file hmac_drbg_test.c.

◆ additional

const void* hmac_drbg_test_reseed::additional

Additional input.

Definition at line 149 of file hmac_drbg_test.c.

◆ additional_len

size_t hmac_drbg_test_reseed::additional_len

Length of additional_input.

Definition at line 151 of file hmac_drbg_test.c.

◆ expected_key

const void* hmac_drbg_test_reseed::expected_key

Expected key.

Definition at line 153 of file hmac_drbg_test.c.

◆ expected_key_len

size_t hmac_drbg_test_reseed::expected_key_len

Length of expected key.

Definition at line 155 of file hmac_drbg_test.c.

◆ expected_value

const void* hmac_drbg_test_reseed::expected_value

Expected value.

Definition at line 157 of file hmac_drbg_test.c.

◆ expected_value_len

size_t hmac_drbg_test_reseed::expected_value_len

Length of expected value.

Definition at line 159 of file hmac_drbg_test.c.


The documentation for this struct was generated from the following file: