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

Public header for libavutil CAMELLIA algorithm. More...

#include <stdint.h>

Go to the source code of this file.

Functions

struct AVCAMELLIA * av_camellia_alloc (void)
 
int av_camellia_init (struct AVCAMELLIA *ctx, const uint8_t *key, int key_bits)
 
void av_camellia_crypt (struct AVCAMELLIA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt)
 

Variables

const int av_camellia_size
 

Detailed Description

Public header for libavutil CAMELLIA algorithm.