|
API Reference Manual 1.51.0
|
CRC parameters. More...
#include <hash.h>
Data Fields | |
| uint32_t | width |
| CRC width in bits. | |
| uint64_t | poly |
| Polynomial (stored in 'width' LSB bits) | |
| odp_bool_t | reflect_in |
| 0: don't reflect, 1: reflect bits in input bytes | |
| odp_bool_t | reflect_out |
| 0: don't reflect, 1: reflect bits in output bytes | |
| uint64_t | xor_out |
| XOR this value to CRC output (stored in 'width' LSB bits) | |
| uint32_t odp_hash_crc_param_t::width |
CRC width in bits.
Definition at line 61 of file api/spec/hash.h.
| uint64_t odp_hash_crc_param_t::poly |
Polynomial (stored in 'width' LSB bits)
Definition at line 63 of file api/spec/hash.h.
| odp_bool_t odp_hash_crc_param_t::reflect_in |
0: don't reflect, 1: reflect bits in input bytes
Definition at line 65 of file api/spec/hash.h.
| odp_bool_t odp_hash_crc_param_t::reflect_out |
0: don't reflect, 1: reflect bits in output bytes
Definition at line 67 of file api/spec/hash.h.
| uint64_t odp_hash_crc_param_t::xor_out |
XOR this value to CRC output (stored in 'width' LSB bits)
Definition at line 69 of file api/spec/hash.h.