FFmpeg
|
Data Fields | |
struct AVAES * | aes |
uint8_t | counter [AES_BLOCK_SIZE] |
uint8_t | encrypted_counter [AES_BLOCK_SIZE] |
int | block_offset |
struct AVAES* AVAESCTR::aes |
Definition at line 30 of file aes_ctr.c.
Referenced by av_aes_ctr_crypt(), av_aes_ctr_free(), and av_aes_ctr_init().
uint8_t AVAESCTR::counter[AES_BLOCK_SIZE] |
Definition at line 31 of file aes_ctr.c.
Referenced by av_aes_ctr_crypt(), av_aes_ctr_get_iv(), av_aes_ctr_increment_be64(), av_aes_ctr_increment_iv(), av_aes_ctr_init(), and av_aes_ctr_set_iv().
uint8_t AVAESCTR::encrypted_counter[AES_BLOCK_SIZE] |
Definition at line 32 of file aes_ctr.c.
Referenced by av_aes_ctr_crypt().
int AVAESCTR::block_offset |
Definition at line 33 of file aes_ctr.c.
Referenced by av_aes_ctr_crypt(), av_aes_ctr_increment_iv(), av_aes_ctr_init(), and av_aes_ctr_set_iv().