FFmpeg
|
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] |
uint32_t AVTWOFISH::K[40] |
Definition at line 34 of file twofish.c.
Referenced by av_twofish_init(), twofish_decrypt(), and twofish_encrypt().
uint32_t AVTWOFISH::S[4] |
Definition at line 35 of file twofish.c.
Referenced by av_twofish_init(), and precomputeMDS().
int AVTWOFISH::ksize |
Definition at line 36 of file twofish.c.
Referenced by av_twofish_init(), and precomputeMDS().
uint32_t AVTWOFISH::MDS1[256] |
Definition at line 37 of file twofish.c.
Referenced by MDS_mul(), and precomputeMDS().
uint32_t AVTWOFISH::MDS2[256] |
Definition at line 38 of file twofish.c.
Referenced by MDS_mul(), and precomputeMDS().
uint32_t AVTWOFISH::MDS3[256] |
Definition at line 39 of file twofish.c.
Referenced by MDS_mul(), and precomputeMDS().
uint32_t AVTWOFISH::MDS4[256] |
Definition at line 40 of file twofish.c.
Referenced by MDS_mul(), and precomputeMDS().