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

Data Fields

void * handle
 
CipherType cipher
 
CipherMode mode
 
size_t blocksize
 
DecipherBlock decipher_block
 
DecipherBlock encipher_block
 
StringInfononce
 
RandomInforandom_info
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 65 of file cipher.c.

Field Documentation

◆ blocksize

◆ cipher

CipherType _CipherInfo::cipher

Definition at line 71 of file cipher.c.

Referenced by AcquireCipherInfo(), DestroyCipherInfo(), and SetCipherKey().

◆ decipher_block

DecipherBlock _CipherInfo::decipher_block

Definition at line 80 of file cipher.c.

Referenced by AcquireCipherInfo(), DecipherCBCMode(), and DecipherECBMode().

◆ encipher_block

◆ handle

◆ mode

CipherMode _CipherInfo::mode

Definition at line 74 of file cipher.c.

Referenced by AcquireCipherInfo(), DecipherCipher(), EncipherCipher(), and GenerateCipherNonce().

◆ nonce

◆ random_info

◆ signature

◆ timestamp

time_t _CipherInfo::timestamp

Definition at line 92 of file cipher.c.

Referenced by AcquireCipherInfo().


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