ReactOS 0.4.15-dev-7842-g558ab78
crc32c.h File Reference
#include <stdint.h>
Include dependency graph for crc32c.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint32_t(__stdcallcrc_func) (uint32_t seed, uint8_t *msg, uint32_t msglen)
 

Functions

uint32_t __stdcall calc_crc32c_sw (uint32_t seed, uint8_t *msg, uint32_t msglen)
 

Variables

crc_func calc_crc32c
 

Typedef Documentation

◆ crc_func

typedef uint32_t(__stdcall * crc_func) (uint32_t seed, uint8_t *msg, uint32_t msglen)

Definition at line 15 of file crc32c.h.

Function Documentation

◆ calc_crc32c_sw()

uint32_t __stdcall calc_crc32c_sw ( uint32_t  seed,
uint8_t msg,
uint32_t  msglen 
)

Variable Documentation

◆ calc_crc32c