FFmpeg  4.0
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

◆ aes

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().

◆ counter

uint8_t AVAESCTR::counter[AES_BLOCK_SIZE]

◆ encrypted_counter

uint8_t AVAESCTR::encrypted_counter[AES_BLOCK_SIZE]

Definition at line 32 of file aes_ctr.c.

Referenced by av_aes_ctr_crypt().

◆ block_offset

int AVAESCTR::block_offset

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