|
iPXE
|
A Hash_df test. More...
Data Fields | |
| struct digest_algorithm * | hash |
| 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... | |
A Hash_df test.
Definition at line 54 of file hash_df_test.c.
| struct digest_algorithm* hash_df_test::hash |
Underlying hash algorithm.
Definition at line 56 of file hash_df_test.c.
| const void* hash_df_test::input |
Input data.
Definition at line 58 of file hash_df_test.c.
| size_t hash_df_test::input_len |
Length of input data.
Definition at line 60 of file hash_df_test.c.
| const void* hash_df_test::expected |
Expected output data.
Definition at line 62 of file hash_df_test.c.
| size_t hash_df_test::expected_len |
Length of expected output data.
Definition at line 64 of file hash_df_test.c.
1.8.15