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 37 of file aes.c.
Referenced by av_aes_crypt(), av_aes_init(), and crypt().
av_aes_block AVAES::state[2] |
Definition at line 38 of file aes.c.
Referenced by av_aes_crypt(), and crypt().
int AVAES::rounds |
Definition at line 39 of file aes.c.
Referenced by av_aes_crypt(), av_aes_init(), and crypt().