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

◆ counter

uint8_t AVAESCTR::counter[AES_BLOCK_SIZE]

Definition at line 31 of file aes_ctr.c.

Referenced by av_aes_ctr_increment_be64().

◆ encrypted_counter

uint8_t AVAESCTR::encrypted_counter[AES_BLOCK_SIZE]

Definition at line 32 of file aes_ctr.c.

◆ block_offset

int AVAESCTR::block_offset

Definition at line 33 of file aes_ctr.c.


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