18 #ifndef MAGICKCORE_CIPHER_H
19 #define MAGICKCORE_CIPHER_H
21 #if defined(__cplusplus) || defined(c_plusplus)
31 #if defined(__cplusplus) || defined(c_plusplus)
Definition: exception.h:102
MagickExport MagickBooleanType DecipherImage(Image *image, const char *passphrase, ExceptionInfo *exception)
Definition: cipher.c:1105
MagickBooleanType
Definition: magick-type.h:198
MagickExport MagickBooleanType PasskeyEncipherImage(Image *image, const StringInfo *passkey, ExceptionInfo *exception)
Definition: cipher.c:1174
MagickExport MagickBooleanType PasskeyDecipherImage(Image *image, const StringInfo *passkey, ExceptionInfo *exception)
Definition: cipher.c:1118
MagickExport MagickBooleanType EncipherImage(Image *image, const char *passphrase, ExceptionInfo *exception)
Definition: cipher.c:1161
#define MagickExport
Definition: method-attribute.h:80