|
WizardsToolkit
1.0.7
|

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 |
Definition at line 83 of file secret.c.
Referenced by AcquireSecretInfo(), AuthenticateSecretKey(), DestroySecretInfo(), and GenerateSecretKey().
Definition at line 71 of file secret.c.
Referenced by DestroySecretInfo().
Definition at line 86 of file secret.c.
Referenced by AcquireSecretInfo(), AuthenticateSecretKey(), DestroySecretInfo(), and GenerateSecretKey().
Definition at line 71 of file secret.c.
Referenced by AuthenticateSecretKey(), DestroySecretInfo(), GenerateSecretKey(), GetSecretId(), and SetSecretId().
Definition at line 71 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().
Definition at line 80 of file secret.c.
Referenced by AcquireSecretInfo(), AuthenticateSecretKey(), DestroySecretInfo(), and GenerateSecretKey().
Definition at line 71 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().
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().