iPXE
Data Fields
hmac_drbg_test_generate Struct Reference

An HMAC_DRBG generation test. More...

Data Fields

struct digest_algorithmhash
 Underlying hash algorithm. More...
 
size_t out_len
 Output block length. 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...
 
const void * expected_data
 Expected pseudorandom data. More...
 
size_t expected_data_len
 Length of data. More...
 

Detailed Description

An HMAC_DRBG generation test.

Definition at line 209 of file hmac_drbg_test.c.

Field Documentation

◆ hash

struct digest_algorithm* hmac_drbg_test_generate::hash

Underlying hash algorithm.

Definition at line 211 of file hmac_drbg_test.c.

◆ out_len

size_t hmac_drbg_test_generate::out_len

Output block length.

Definition at line 213 of file hmac_drbg_test.c.

◆ additional

const void* hmac_drbg_test_generate::additional

Additional input.

Definition at line 215 of file hmac_drbg_test.c.

◆ additional_len

size_t hmac_drbg_test_generate::additional_len

Length of additional_input.

Definition at line 217 of file hmac_drbg_test.c.

◆ expected_key

const void* hmac_drbg_test_generate::expected_key

Expected key.

Definition at line 219 of file hmac_drbg_test.c.

◆ expected_key_len

size_t hmac_drbg_test_generate::expected_key_len

Length of expected key.

Definition at line 221 of file hmac_drbg_test.c.

◆ expected_value

const void* hmac_drbg_test_generate::expected_value

Expected value.

Definition at line 223 of file hmac_drbg_test.c.

◆ expected_value_len

size_t hmac_drbg_test_generate::expected_value_len

Length of expected value.

Definition at line 225 of file hmac_drbg_test.c.

◆ expected_data

const void* hmac_drbg_test_generate::expected_data

Expected pseudorandom data.

Definition at line 227 of file hmac_drbg_test.c.

◆ expected_data_len

size_t hmac_drbg_test_generate::expected_data_len

Length of data.

Definition at line 229 of file hmac_drbg_test.c.


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