Data Fields | |
| uint8_t | round_key [15][4][4] |
| uint8_t | state [2][4][4] |
| int | rounds |
Definition at line 26 of file aes.c.
| uint8_t AVAES::round_key[15][4][4] |
Definition at line 29 of file aes.c.
Referenced by av_aes_crypt(), av_aes_init(), and crypt().
| int AVAES::rounds |
Definition at line 31 of file aes.c.
Referenced by av_aes_crypt(), av_aes_init(), and crypt().
| uint8_t AVAES::state[2][4][4] |
Definition at line 30 of file aes.c.
Referenced by av_aes_crypt(), and crypt().
1.7.1