API Reference Manual  1.45.0
odp_hash_crc_param_t Struct Reference

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)
 

Detailed Description

CRC parameters.

Supports CRCs up to 64 bits

Definition at line 59 of file api/spec/hash.h.


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