|
FFmpeg
|
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) |
| Allocate an AVTEA context To free the struct: av_free(ptr) More... | |
| void | av_tea_init (struct AVTEA *ctx, const uint8_t key[16], int rounds) |
| Initialize an AVTEA context. More... | |
| void | av_tea_crypt (struct AVTEA *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... | |
Variables | |
| const int | av_tea_size |
Public header for libavutil TEA algorithm.
Definition in file tea.h.
1.8.17