xrootd
Loading...
Searching...
No Matches
Functions
XrdOucCRC32C.hh File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for XrdOucCRC32C.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t crc32c (uint32_t crc, void const *buf, size_t len)
 
uint32_t crc32c_sw (uint32_t crc, void const *buf, size_t len)
 

Function Documentation

◆ crc32c()

uint32_t crc32c ( uint32_t  crc,
void const *  buf,
size_t  len 
)

Referenced by XrdEc::ObjCfg::ObjCfg().

◆ crc32c_sw()

uint32_t crc32c_sw ( uint32_t  crc,
void const *  buf,
size_t  len 
)