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

Data Fields

struct AVAESaes
 
uint8_t counter [AES_BLOCK_SIZE]
 
uint8_t encrypted_counter [AES_BLOCK_SIZE]
 
int block_offset
 

Detailed Description

Definition at line 29 of file aes_ctr.c.

Field Documentation

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]
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

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