mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
test c**
Origin commit data
------------------
Branch: master
Commit: 890f4e2ea3
Author: max_10 <max_10@gmx.de>
Date: 2015-11-10 (Tue, 10 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
19
libdvbci/misc.h
Normal file
19
libdvbci/misc.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __MISC_H_
|
||||
#define __MISC_H_
|
||||
|
||||
void hexdump(const uint8_t *data, unsigned int len);
|
||||
|
||||
int parseLengthField(const unsigned char *pkt, int *len);
|
||||
|
||||
int get_random(unsigned char *dest, int len);
|
||||
|
||||
int add_padding(uint8_t *dest, unsigned int len, unsigned int blocklen);
|
||||
|
||||
void str2bin(uint8_t *dst, char *data, int len);
|
||||
|
||||
uint32_t UINT32(const uint8_t *in, unsigned int len);
|
||||
|
||||
int BYTE32(uint8_t *dest, uint32_t val);
|
||||
int BYTE16(uint8_t *dest, uint16_t val);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user