|
WizardsToolkit
1.0.7
|


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 LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, AuthenticateDomain, _AuthenticateInfo::signature, WizardSignature, _AuthenticateInfo::handle, _AuthenticateInfo::method, SecretAuthenticateMethod, DestroySecretInfo(), ThrowWizardFatalError, EnumerateError, and RelinquishWizardMemory().
| WizardExport WizardBooleanType GenerateAuthenticateKey | ( | AuthenticateInfo * | , |
| ExceptionInfo * | |||
| ) |
Definition at line 260 of file authenticate.c.
References LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, AuthenticateDomain, _AuthenticateInfo::signature, WizardSignature, _AuthenticateInfo::handle, WizardFalse, _AuthenticateInfo::method, SecretAuthenticateMethod, GenerateSecretKey(), ThrowWizardFatalError, and EnumerateError.
| WizardExport const StringInfo* GetAuthenticateId | ( | const AuthenticateInfo * | ) |
| WizardExport const StringInfo * GetAuthenticateKey | ( | const AuthenticateInfo * | ) |
Definition at line 368 of file authenticate.c.
References LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, AuthenticateDomain, _AuthenticateInfo::signature, WizardSignature, _AuthenticateInfo::method, SecretAuthenticateMethod, _AuthenticateInfo::handle, GetSecretKey(), ThrowWizardFatalError, and EnumerateError.
| WizardExport size_t GetAuthenticateKeyLength | ( | const AuthenticateInfo * | ) |
Definition at line 419 of file authenticate.c.
References LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, AuthenticateDomain, _AuthenticateInfo::signature, WizardSignature, _AuthenticateInfo::method, SecretAuthenticateMethod, _AuthenticateInfo::handle, GetSecretKeyLength(), ThrowWizardFatalError, and EnumerateError.
| WizardExport const char* GetAuthenticatePassphrase | ( | const AuthenticateInfo * | ) |
Definition at line 470 of file authenticate.c.
References LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, AuthenticateDomain, _AuthenticateInfo::signature, WizardSignature, _AuthenticateInfo::method, SecretAuthenticateMethod, _AuthenticateInfo::handle, GetSecretPassphrase(), ThrowWizardFatalError, and EnumerateError.
| 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 LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, AuthenticateDomain, _AuthenticateInfo::signature, WizardSignature, _AuthenticateInfo::handle, _AuthenticateInfo::method, SecretAuthenticateMethod, and SetSecretPassphrase().