iPXE
Data Fields
hmac_drbg_test_instantiate Struct Reference

An HMAC_DRBG instantiation 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 * 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...
 

Detailed Description

An HMAC_DRBG instantiation test.

Definition at line 51 of file hmac_drbg_test.c.

Field Documentation

◆ hash

struct digest_algorithm* hmac_drbg_test_instantiate::hash

Underlying hash algorithm.

Definition at line 53 of file hmac_drbg_test.c.

◆ out_len

size_t hmac_drbg_test_instantiate::out_len

Output block length.

Definition at line 55 of file hmac_drbg_test.c.

◆ entropy

const void* hmac_drbg_test_instantiate::entropy

Entropy.

Definition at line 57 of file hmac_drbg_test.c.

◆ entropy_len

size_t hmac_drbg_test_instantiate::entropy_len

Length of entropy.

Definition at line 59 of file hmac_drbg_test.c.

◆ nonce

const void* hmac_drbg_test_instantiate::nonce

Nonce.

Definition at line 61 of file hmac_drbg_test.c.

◆ nonce_len

size_t hmac_drbg_test_instantiate::nonce_len

Length of nonce.

Definition at line 63 of file hmac_drbg_test.c.

◆ personal

const void* hmac_drbg_test_instantiate::personal

Personalisation string.

Definition at line 65 of file hmac_drbg_test.c.

◆ personal_len

size_t hmac_drbg_test_instantiate::personal_len

Length of personalisation string.

Definition at line 67 of file hmac_drbg_test.c.

◆ expected_key

const void* hmac_drbg_test_instantiate::expected_key

Expected key.

Definition at line 69 of file hmac_drbg_test.c.

◆ expected_key_len

size_t hmac_drbg_test_instantiate::expected_key_len

Length of expected key.

Definition at line 71 of file hmac_drbg_test.c.

◆ expected_value

const void* hmac_drbg_test_instantiate::expected_value

Expected value.

Definition at line 73 of file hmac_drbg_test.c.

◆ expected_value_len

size_t hmac_drbg_test_instantiate::expected_value_len

Length of expected value.

Definition at line 75 of file hmac_drbg_test.c.


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