FFmpeg
|
Data Fields | |
av_aes_block | round_key [15] |
av_aes_block | state [2] |
int | rounds |
av_aes_block AVAES::round_key[15] |
Definition at line 38 of file aes.c.
Referenced by aes_crypt(), av_aes_crypt(), and av_aes_init().
av_aes_block AVAES::state[2] |
Definition at line 39 of file aes.c.
Referenced by aes_crypt(), and av_aes_crypt().
int AVAES::rounds |
Definition at line 40 of file aes.c.
Referenced by aes_crypt(), av_aes_crypt(), and av_aes_init().