FFmpeg
|
Include dependency graph for aes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
struct AVAES * | av_aes_alloc (void) |
Allocate an AVAES context. More... | |
int | av_aes_init (struct AVAES *a, const uint8_t *key, int key_bits, int decrypt) |
Initialize an AVAES context. More... | |
void | av_aes_crypt (struct AVAES *a, 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_aes_size |
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11