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

Data Fields

uint32_t K [40]
 
uint32_t S [4]
 
int ksize
 
uint32_t MDS1 [256]
 
uint32_t MDS2 [256]
 
uint32_t MDS3 [256]
 
uint32_t MDS4 [256]
 

Detailed Description

Definition at line 29 of file twofish.c.

Field Documentation

uint32_t AVTWOFISH::K[40]

Definition at line 30 of file twofish.c.

Referenced by av_twofish_init(), twofish_decrypt(), and twofish_encrypt().

uint32_t AVTWOFISH::S[4]

Definition at line 31 of file twofish.c.

Referenced by av_twofish_init(), and precomputeMDS().

int AVTWOFISH::ksize

Definition at line 32 of file twofish.c.

Referenced by av_twofish_init(), and precomputeMDS().

uint32_t AVTWOFISH::MDS1[256]

Definition at line 33 of file twofish.c.

Referenced by MDS_mul(), and precomputeMDS().

uint32_t AVTWOFISH::MDS2[256]

Definition at line 34 of file twofish.c.

Referenced by MDS_mul(), and precomputeMDS().

uint32_t AVTWOFISH::MDS3[256]

Definition at line 35 of file twofish.c.

Referenced by MDS_mul(), and precomputeMDS().

uint32_t AVTWOFISH::MDS4[256]

Definition at line 36 of file twofish.c.

Referenced by MDS_mul(), and precomputeMDS().


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