MagickCore 7.0.10
_AESInfo Struct Reference
Collaboration diagram for _AESInfo:
[legend]

Data Fields

StringInfokey
 
unsigned int blocksize
 
unsigned int * encipher_key
 
unsigned int * decipher_key
 
ssize_t rounds
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 51 of file aes.c.

Field Documentation

◆ blocksize

unsigned int _AESInfo::blocksize

Definition at line 57 of file aes.c.

Referenced by AcquireAESInfo(), and GetAESBlocksize().

◆ decipher_key

unsigned int * _AESInfo::decipher_key

Definition at line 59 of file aes.c.

Referenced by AcquireAESInfo(), DecipherAESBlock(), DestroyAESInfo(), and SetAESKey().

◆ encipher_key

unsigned int * _AESInfo::encipher_key

Definition at line 58 of file aes.c.

Referenced by AcquireAESInfo(), DestroyAESInfo(), EncipherAESBlock(), and SetAESKey().

◆ key

StringInfo* _AESInfo::key

Definition at line 54 of file aes.c.

Referenced by AcquireAESInfo(), DestroyAESInfo(), and SetAESKey().

◆ rounds

ssize_t _AESInfo::rounds

Definition at line 62 of file aes.c.

Referenced by DecipherAESBlock(), EncipherAESBlock(), and SetAESKey().

◆ signature

size_t _AESInfo::signature

Definition at line 68 of file aes.c.

Referenced by AcquireAESInfo(), DestroyAESInfo(), GetAESBlocksize(), and SetAESKey().

◆ timestamp

time_t _AESInfo::timestamp

Definition at line 65 of file aes.c.

Referenced by AcquireAESInfo().


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