MagickCore 7.0.10
|
Data Fields | |
unsigned int | blocksize |
unsigned int | k [32] |
unsigned int | sbox [4][256] |
unsigned int | w [8] |
time_t | timestamp |
size_t | signature |
unsigned int _TwofishInfo::blocksize |
Definition at line 53 of file twofish.c.
Referenced by AcquireTwofishInfo(), and GetTwofishBlocksize().
unsigned int _TwofishInfo::sbox[4][256] |
Definition at line 55 of file twofish.c.
Referenced by SetTwofishKey().
size_t _TwofishInfo::signature |
Definition at line 62 of file twofish.c.
Referenced by AcquireTwofishInfo(), DestroyTwofishInfo(), GetTwofishBlocksize(), and SetTwofishKey().
time_t _TwofishInfo::timestamp |
Definition at line 59 of file twofish.c.
Referenced by AcquireTwofishInfo().
unsigned int _TwofishInfo::w[8] |
Definition at line 56 of file twofish.c.
Referenced by DecipherTwofishBlock(), and EncipherTwofishBlock().