![]() |
Miam-Player
0.8.0
A nice music player
|
Public header for libavutil XTEA algorithm. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | AVXTEA |
Typedefs | |
typedef struct AVXTEA | AVXTEA |
Functions | |
AVXTEA * | av_xtea_alloc (void) |
void | av_xtea_init (struct AVXTEA *ctx, const uint8_t key[16]) |
void | av_xtea_le_init (struct AVXTEA *ctx, const uint8_t key[16]) |
void | av_xtea_crypt (struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) |
void | av_xtea_le_crypt (struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) |
Public header for libavutil XTEA algorithm.