|
MagickCore 7.0.10
|
Data Fields | |
| char * | passphrase |
| StringInfo * | id |
| StringInfo * | key |
| StringInfo * | digest |
| StringInfo * | nonce |
| size_t | key_length |
| KeyringInfo * | keyring_info |
| CipherInfo * | cipher_info |
| HMACInfo * | hmac_info |
| RandomInfo * | random_info |
| time_t | timestamp |
| size_t | signature |
| CipherInfo* _SecretInfo::cipher_info |
Definition at line 83 of file secret.c.
Referenced by AcquireSecretInfo(), AuthenticateSecretKey(), DestroySecretInfo(), and GenerateSecretKey().
| StringInfo * _SecretInfo::digest |
Definition at line 73 of file secret.c.
Referenced by DestroySecretInfo().
| HMACInfo* _SecretInfo::hmac_info |
Definition at line 86 of file secret.c.
Referenced by AcquireSecretInfo(), AuthenticateSecretKey(), DestroySecretInfo(), and GenerateSecretKey().
| StringInfo* _SecretInfo::id |
Definition at line 71 of file secret.c.
Referenced by AuthenticateSecretKey(), DestroySecretInfo(), GenerateSecretKey(), GetSecretId(), and SetSecretId().
| StringInfo * _SecretInfo::key |
Definition at line 72 of file secret.c.
Referenced by AuthenticateSecretKey(), DestroySecretInfo(), GenerateSecretKey(), and GetSecretKey().
| size_t _SecretInfo::key_length |
Definition at line 77 of file secret.c.
Referenced by AcquireSecretInfo(), GenerateSecretKey(), GetSecretKeyLength(), and SetSecretKeyLength().
| KeyringInfo* _SecretInfo::keyring_info |
Definition at line 80 of file secret.c.
Referenced by AcquireSecretInfo(), AuthenticateSecretKey(), DestroySecretInfo(), and GenerateSecretKey().
| StringInfo * _SecretInfo::nonce |
Definition at line 74 of file secret.c.
Referenced by AcquireSecretInfo(), DestroySecretInfo(), and GenerateSecretKey().
| char* _SecretInfo::passphrase |
Definition at line 68 of file secret.c.
Referenced by AuthenticateSecretKey(), GenerateSecretKey(), GetSecretPassphrase(), and SetSecretPassphrase().
| RandomInfo* _SecretInfo::random_info |
Definition at line 89 of file secret.c.
Referenced by AcquireSecretInfo(), DestroySecretInfo(), and GenerateSecretKey().
| size_t _SecretInfo::signature |
Definition at line 95 of file secret.c.
Referenced by AcquireSecretInfo(), AuthenticateSecretKey(), DestroySecretInfo(), GenerateSecretKey(), GetSecretId(), GetSecretKey(), GetSecretKeyLength(), GetSecretPassphrase(), and SetSecretKeyLength().
| time_t _SecretInfo::timestamp |
Definition at line 92 of file secret.c.
Referenced by AcquireSecretInfo().