Ai
2 Star 1 Fork 0

长江/oscam-nx111

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module-gbox-helper.h 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
gorgone.impertinence 提交于 2019-01-19 03:17 +08:00 . big cleanup pack 3
#ifndef MODULE_GBOX_HELPER_H_
#define MODULE_GBOX_HELPER_H_
#ifdef MODULE_GBOX
uint16_t gbox_get_caid(uint32_t caprovid);
uint32_t gbox_get_provid(uint32_t caprovid);
uint32_t gbox_get_caprovid(uint16_t caid, uint32_t prid);
uint32_t gbox_get_checksum(uint8_t *ecm, uint16_t ecmlen);
void gbox_encrypt(uint8_t *buffer, int bufsize, uint32_t key);
void gbox_decrypt(uint8_t *buffer, int bufsize, uint32_t localkey);
void gbox_compress(uint8_t *buf, int32_t unpacked_len, int32_t *packed_len);
void gbox_decompress(uint8_t *buf, int32_t *unpacked_len);
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/4a02/oscam-nx111.git
git@gitee.com:4a02/oscam-nx111.git
4a02
oscam-nx111
oscam-nx111
master

搜索帮助