|
API Reference Manual
1.48.0
|
ODP Hash functions. More...
Go to the source code of this file.
Data Structures | |
| struct | odp_hash_crc_param_t |
| CRC parameters. More... | |
Typedefs | |
| typedef struct odp_hash_crc_param_t | odp_hash_crc_param_t |
| CRC parameters. More... | |
Functions | |
| uint32_t | odp_hash_crc32 (const void *data, uint32_t data_len, uint32_t init_val) |
| Calculate CRC-32. More... | |
| uint32_t | odp_hash_crc32c (const void *data, uint32_t data_len, uint32_t init_val) |
| Calculate CRC-32C. More... | |
| int | odp_hash_crc_gen64 (const void *data, uint32_t data_len, uint64_t init_val, odp_hash_crc_param_t *crc_param, uint64_t *crc) |
| Calculate up to 64 bit CRC using the given parameters. More... | |
ODP Hash functions.
Definition in file api/spec/hash.h.