libavutil/xtea.h File Reference

#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  AVXTEA

Functions

void av_xtea_init (struct AVXTEA *ctx, const uint8_t key[16])
 Initialize an AVXTEA context.
void av_xtea_crypt (struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt)
 Encrypt or decrypt a buffer using a previously initialized context.


Generated on Fri Oct 26 02:50:12 2012 for FFmpeg by  doxygen 1.5.8