FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVAES Struct Reference

Data Fields

av_aes_block round_key [15]
 
av_aes_block state [2]
 
int rounds
 

Detailed Description

Definition at line 35 of file aes.c.

Field Documentation

av_aes_block AVAES::round_key[15]

Definition at line 38 of file aes.c.

Referenced by av_aes_crypt(), av_aes_init(), and crypt().

av_aes_block AVAES::state[2]

Definition at line 39 of file aes.c.

Referenced by av_aes_crypt(), and crypt().

int AVAES::rounds

Definition at line 40 of file aes.c.

Referenced by av_aes_crypt(), av_aes_init(), and crypt().


The documentation for this struct was generated from the following file: