Tizen RT Libs&Environment  v1.0 D5
crc32.h File Reference

Crc32 APIs. More...

#include <sys/types.h>
#include <stdint.h>
Include dependency graph for crc32.h:

Go to the source code of this file.

Macros

#define EXTERN   extern
 

Functions

uint32_t crc32part (FAR const uint8_t *src, size_t len, uint32_t crc32val)
 Continue CRC calculation on a part of the buffer. More...
 
uint32_t crc32 (FAR const uint8_t *src, size_t len)
 Return a 32-bit CRC of the contents of the 'src' buffer, length 'len'. More...
 

Detailed Description

Crc32 APIs.

Definition in file crc32.h.