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

Data Fields

SplayTreeInfokey_map
 
StringInfoid
 
StringInfononce
 
CipherInfocipher_info
 
RandomInforandom_info
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 64 of file key.c.

Field Documentation

◆ cipher_info

CipherInfo* _KeyInfo::cipher_info

Definition at line 74 of file key.c.

Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GetKeyInfo(), and SetKeyInfo().

◆ id

StringInfo* _KeyInfo::id

Definition at line 70 of file key.c.

Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GenerateSessionKey(), GetKeyInfo(), and SetKeyInfo().

◆ key_map

SplayTreeInfo* _KeyInfo::key_map

Definition at line 67 of file key.c.

Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GenerateSessionKey(), GetKeyInfo(), and SetKeyInfo().

◆ nonce

StringInfo * _KeyInfo::nonce

Definition at line 71 of file key.c.

Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GetKeyInfo(), and SetKeyInfo().

◆ random_info

RandomInfo* _KeyInfo::random_info

Definition at line 77 of file key.c.

Referenced by AcquireKeyInfo(), DestroyKeyInfo(), and GenerateSessionKey().

◆ signature

size_t _KeyInfo::signature

Definition at line 83 of file key.c.

Referenced by AcquireKeyInfo(), DestroyKeyInfo(), and GenerateSessionKey().

◆ timestamp

time_t _KeyInfo::timestamp

Definition at line 80 of file key.c.

Referenced by AcquireKeyInfo(), and GenerateSessionKey().


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