FFmpeg
|
xtea.h File Reference
#include <stdint.h>
Include dependency graph for xtea.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | AVXTEA |
Typedefs | |
typedef struct AVXTEA | AVXTEA |
Functions | |
void | av_xtea_init (struct AVXTEA *ctx, const uint8_t key[16]) |
Initialize an AVXTEA context. More... | |
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. More... | |
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11