iPXE
Data Fields
crc32_test Struct Reference

A CRC32 test. More...

Data Fields

const void * data
 Test data. More...
 
size_t len
 Length of test data. More...
 
uint32_t seed
 Seed. More...
 
uint32_t crc32
 Expected CRC32. More...
 

Detailed Description

A CRC32 test.

Definition at line 50 of file crc32_test.c.

Field Documentation

◆ data

const void* crc32_test::data

Test data.

Definition at line 52 of file crc32_test.c.

◆ len

size_t crc32_test::len

Length of test data.

Definition at line 54 of file crc32_test.c.

◆ seed

uint32_t crc32_test::seed

Seed.

Definition at line 56 of file crc32_test.c.

◆ crc32

uint32_t crc32_test::crc32

Expected CRC32.

Definition at line 58 of file crc32_test.c.


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