MagickCore 7.0.10
authenticate.c File Reference
Include dependency graph for authenticate.c:

Go to the source code of this file.

Data Structures

struct  _AuthenticateInfo
 

Macros

#define SecretKeyLength   1024
 

Functions

WizardExport AuthenticateInfoAcquireAuthenticateInfo (const AuthenticateMethod method, const char *path, const HashType hash)
 
WizardExport WizardBooleanType AuthenticateKey (AuthenticateInfo *authenticate_info, ExceptionInfo *exception)
 
WizardExport AuthenticateInfoDestroyAuthenticateInfo (AuthenticateInfo *authenticate_info)
 
WizardExport WizardBooleanType GenerateAuthenticateKey (AuthenticateInfo *authenticate_info, ExceptionInfo *exception)
 
WizardExport const StringInfoGetAuthenticateId (const AuthenticateInfo *authenticate_info)
 
WizardExport const StringInfoGetAuthenticateKey (const AuthenticateInfo *authenticate_info)
 
WizardExport size_t GetAuthenticateKeyLength (const AuthenticateInfo *authenticate_info)
 
WizardExport const char * GetAuthenticatePassphrase (const AuthenticateInfo *authenticate_info)
 
WizardExport void SetAuthenticateId (AuthenticateInfo *authenticate_info, const StringInfo *id)
 
WizardExport void SetAuthenticateKeyLength (AuthenticateInfo *authenticate_info, const size_t key_length)
 
WizardExport void SetAuthenticatePassphrase (AuthenticateInfo *authenticate_info, const char *passphrase)
 

Macro Definition Documentation

◆ SecretKeyLength

#define SecretKeyLength   1024

Definition at line 53 of file authenticate.c.

Function Documentation

◆ AcquireAuthenticateInfo()

◆ AuthenticateKey()

◆ DestroyAuthenticateInfo()

◆ GenerateAuthenticateKey()

◆ GetAuthenticateId()

◆ GetAuthenticateKey()

◆ GetAuthenticateKeyLength()

◆ GetAuthenticatePassphrase()

◆ SetAuthenticateId()

◆ SetAuthenticateKeyLength()

◆ SetAuthenticatePassphrase()