FFmpeg
Data Structures | Functions
aes_internal.h File Reference
#include "mem_internal.h"
#include <stdint.h>

Go to the source code of this file.

Data Structures

union  av_aes_block
 
struct  AVAES
 

Functions

void ff_init_aes_x86 (AVAES *a, int decrypt)
 

Function Documentation

◆ ff_init_aes_x86()

void ff_init_aes_x86 ( AVAES a,
int  decrypt 
)

Definition at line 38 of file aes_init.c.

Referenced by av_aes_init().