MagickCore 7.0.10
|
Data Fields | |
StringInfo * | key |
unsigned int | blocksize |
unsigned int * | encipher_key |
unsigned int * | decipher_key |
ssize_t | rounds |
time_t | timestamp |
size_t | signature |
unsigned int _AESInfo::blocksize |
Definition at line 57 of file aes.c.
Referenced by AcquireAESInfo(), and GetAESBlocksize().
unsigned int * _AESInfo::decipher_key |
Definition at line 59 of file aes.c.
Referenced by AcquireAESInfo(), DecipherAESBlock(), DestroyAESInfo(), and SetAESKey().
unsigned int * _AESInfo::encipher_key |
Definition at line 58 of file aes.c.
Referenced by AcquireAESInfo(), DestroyAESInfo(), EncipherAESBlock(), and SetAESKey().
StringInfo* _AESInfo::key |
Definition at line 54 of file aes.c.
Referenced by AcquireAESInfo(), DestroyAESInfo(), and SetAESKey().
ssize_t _AESInfo::rounds |
Definition at line 62 of file aes.c.
Referenced by DecipherAESBlock(), EncipherAESBlock(), and SetAESKey().
size_t _AESInfo::signature |
Definition at line 68 of file aes.c.
Referenced by AcquireAESInfo(), DestroyAESInfo(), GetAESBlocksize(), and SetAESKey().
time_t _AESInfo::timestamp |
Definition at line 65 of file aes.c.
Referenced by AcquireAESInfo().