MagickCore 7.0.10
_TwofishInfo Struct Reference

Data Fields

unsigned int blocksize
 
unsigned int k [32]
 
unsigned int sbox [4][256]
 
unsigned int w [8]
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 50 of file twofish.c.

Field Documentation

◆ blocksize

unsigned int _TwofishInfo::blocksize

Definition at line 53 of file twofish.c.

Referenced by AcquireTwofishInfo(), and GetTwofishBlocksize().

◆ k

unsigned int _TwofishInfo::k[32]

Definition at line 54 of file twofish.c.

◆ sbox

unsigned int _TwofishInfo::sbox[4][256]

Definition at line 55 of file twofish.c.

Referenced by SetTwofishKey().

◆ signature

size_t _TwofishInfo::signature

◆ timestamp

time_t _TwofishInfo::timestamp

Definition at line 59 of file twofish.c.

Referenced by AcquireTwofishInfo().

◆ w

unsigned int _TwofishInfo::w[8]

Definition at line 56 of file twofish.c.

Referenced by DecipherTwofishBlock(), and EncipherTwofishBlock().


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