CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
crc32c.h File Reference
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Functions

uint32_t crc32c (uint32_t crc, const unsigned char *buf, size_t len)
 
bool crc32c_hw_test ()
 

Function Documentation

uint32_t crc32c ( uint32_t  crc,
const unsigned char *  buf,
size_t  len 
)

Definition at line 340 of file crc32c.cc.

bool crc32c_hw_test ( )

Definition at line 354 of file crc32c.cc.