#include <stdint.h>
Go to the source code of this file.
◆ RNC_SIGN
| #define RNC_SIGN 0x524E43 |
◆ RNC_HEADER_SIZE
| #define RNC_HEADER_SIZE 0x12 |
◆ RNCStatus
◆ t_rncHuftable
◆ t_rnc
◆ e_RNCStatus
| Enumerator |
|---|
| RNC_OK | |
| RNC_ERR_INPUT | |
| RNC_ERR_CRC | |
| RNC_ERR_HEADER | |
| RNC_ERR_NEED_KEY | |
| RNC_ERR_EOMEM | |
◆ rnc_init()
◆ rnc_free()
| void rnc_free |
( |
t_rnc * | rnc | ) |
|
◆ rnc_set_be()
| void rnc_set_be |
( |
t_rnc * | rnc | ) |
|
◆ rnc_decompress_buf()
| RNCStatus rnc_decompress_buf |
( |
t_rnc * | rnc, |
|
|
uint8_t *const | input, |
|
|
const size_t | input_size, |
|
|
uint8_t ** | outbuf, |
|
|
size_t * | outbufSize ) |