|
MagickCore 7.0.10
|
Data Fields | |
| SplayTreeInfo * | key_map |
| StringInfo * | id |
| StringInfo * | nonce |
| CipherInfo * | cipher_info |
| RandomInfo * | random_info |
| time_t | timestamp |
| size_t | signature |
| CipherInfo* _KeyInfo::cipher_info |
Definition at line 74 of file key.c.
Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GetKeyInfo(), and SetKeyInfo().
| StringInfo* _KeyInfo::id |
Definition at line 70 of file key.c.
Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GenerateSessionKey(), GetKeyInfo(), and SetKeyInfo().
| SplayTreeInfo* _KeyInfo::key_map |
Definition at line 67 of file key.c.
Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GenerateSessionKey(), GetKeyInfo(), and SetKeyInfo().
| StringInfo * _KeyInfo::nonce |
Definition at line 71 of file key.c.
Referenced by AcquireKeyInfo(), DestroyKeyInfo(), GetKeyInfo(), and SetKeyInfo().
| RandomInfo* _KeyInfo::random_info |
Definition at line 77 of file key.c.
Referenced by AcquireKeyInfo(), DestroyKeyInfo(), and GenerateSessionKey().
| size_t _KeyInfo::signature |
Definition at line 83 of file key.c.
Referenced by AcquireKeyInfo(), DestroyKeyInfo(), and GenerateSessionKey().
| time_t _KeyInfo::timestamp |
Definition at line 80 of file key.c.
Referenced by AcquireKeyInfo(), and GenerateSessionKey().