Miam-Player  0.8.0
A nice music player
tea.h File Reference

Public header for libavutil TEA algorithm. More...

#include <stdint.h>

Go to the source code of this file.

Functions

struct AVTEA * av_tea_alloc (void)
 
void av_tea_init (struct AVTEA *ctx, const uint8_t key[16], int rounds)
 
void av_tea_crypt (struct AVTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt)
 

Variables

const int av_tea_size
 

Detailed Description

Public header for libavutil TEA algorithm.