#include "wizard/exception.h"#include "wizard/hash.h"#include "wizard/string_.h"

Go to the source code of this file.
| typedef struct _AuthenticateInfo AuthenticateInfo |
Definition at line 39 of file authenticate.h.
| enum AuthenticateMethod |
Definition at line 32 of file authenticate.h.
| WizardExport AuthenticateInfo* AcquireAuthenticateInfo | ( | const | AuthenticateMethod, | |
| const char * | , | |||
| const | HashType | |||
| ) |
| WizardExport WizardBooleanType AuthenticateKey | ( | AuthenticateInfo * | , | |
| ExceptionInfo * | ||||
| ) |
| WizardExport AuthenticateInfo* * DestroyAuthenticateInfo | ( | AuthenticateInfo * | ) |
Definition at line 208 of file authenticate.c.
References AuthenticateDomain, DestroySecretInfo(), EnumerateError, GetWizardModule, _AuthenticateInfo::handle, LogWizardEvent(), _AuthenticateInfo::method, RelinquishWizardMemory(), SecretAuthenticateMethod, _AuthenticateInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, and WizardSignature.
| WizardExport WizardBooleanType GenerateAuthenticateKey | ( | AuthenticateInfo * | , | |
| ExceptionInfo * | ||||
| ) |
Definition at line 260 of file authenticate.c.
References AuthenticateDomain, EnumerateError, GenerateSecretKey(), GetWizardModule, _AuthenticateInfo::handle, LogWizardEvent(), _AuthenticateInfo::method, SecretAuthenticateMethod, _AuthenticateInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, WizardFalse, and WizardSignature.
| WizardExport const StringInfo* GetAuthenticateId | ( | const AuthenticateInfo * | ) |
| WizardExport const StringInfo* * GetAuthenticateKey | ( | const AuthenticateInfo * | ) |
Definition at line 368 of file authenticate.c.
References AuthenticateDomain, EnumerateError, GetSecretKey(), GetWizardModule, _AuthenticateInfo::handle, LogWizardEvent(), _AuthenticateInfo::method, SecretAuthenticateMethod, _AuthenticateInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, and WizardSignature.
| WizardExport size_t GetAuthenticateKeyLength | ( | const AuthenticateInfo * | ) |
Definition at line 419 of file authenticate.c.
References AuthenticateDomain, EnumerateError, GetSecretKeyLength(), GetWizardModule, _AuthenticateInfo::handle, LogWizardEvent(), _AuthenticateInfo::method, SecretAuthenticateMethod, _AuthenticateInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, and WizardSignature.
| WizardExport const char* GetAuthenticatePassphrase | ( | const AuthenticateInfo * | ) |
Definition at line 470 of file authenticate.c.
References AuthenticateDomain, EnumerateError, GetSecretPassphrase(), GetWizardModule, _AuthenticateInfo::handle, LogWizardEvent(), _AuthenticateInfo::method, SecretAuthenticateMethod, _AuthenticateInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, and WizardSignature.
| WizardExport void SetAuthenticateId | ( | AuthenticateInfo * | , | |
| const StringInfo * | ||||
| ) |
| WizardExport void SetAuthenticateKeyLength | ( | AuthenticateInfo * | , | |
| const | size_t | |||
| ) |
| WizardExport void SetAuthenticatePassphrase | ( | AuthenticateInfo * | , | |
| const char * | ||||
| ) |
Definition at line 625 of file authenticate.c.
References AuthenticateDomain, GetWizardModule, _AuthenticateInfo::handle, LogWizardEvent(), _AuthenticateInfo::method, SecretAuthenticateMethod, SetSecretPassphrase(), _AuthenticateInfo::signature, TraceEvent, WizardAssert, and WizardSignature.
1.6.2-20100208