iPXE
Data Fields
hash_df_test Struct Reference

A Hash_df test. More...

Data Fields

struct digest_algorithmhash
 Underlying hash algorithm. More...
 
const void * input
 Input data. More...
 
size_t input_len
 Length of input data. More...
 
const void * expected
 Expected output data. More...
 
size_t expected_len
 Length of expected output data. More...
 

Detailed Description

A Hash_df test.

Definition at line 54 of file hash_df_test.c.

Field Documentation

◆ hash

struct digest_algorithm* hash_df_test::hash

Underlying hash algorithm.

Definition at line 56 of file hash_df_test.c.

◆ input

const void* hash_df_test::input

Input data.

Definition at line 58 of file hash_df_test.c.

◆ input_len

size_t hash_df_test::input_len

Length of input data.

Definition at line 60 of file hash_df_test.c.

◆ expected

const void* hash_df_test::expected

Expected output data.

Definition at line 62 of file hash_df_test.c.

◆ expected_len

size_t hash_df_test::expected_len

Length of expected output data.

Definition at line 64 of file hash_df_test.c.


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