|
MagickCore 6.9.12
|
#include "magick/studio.h"#include "magick/cache.h"#include "magick/cipher.h"#include "magick/exception.h"#include "magick/exception-private.h"#include "magick/hashmap.h"#include "magick/image.h"#include "magick/image-private.h"#include "magick/list.h"#include "magick/memory_.h"#include "magick/monitor.h"#include "magick/monitor-private.h"#include "magick/property.h"#include "magick/quantum-private.h"#include "magick/registry.h"#include "magick/semaphore.h"#include "magick/signature-private.h"#include "magick/splay-tree.h"#include "magick/statistic.h"#include "magick/string_.h"Go to the source code of this file.
Functions | |
| MagickExport MagickBooleanType | DecipherImage (Image *image, const char *passphrase, ExceptionInfo *exception) |
| MagickExport MagickBooleanType | PasskeyDecipherImage (Image *image, const StringInfo *passkey, ExceptionInfo *exception) |
| MagickExport MagickBooleanType | EncipherImage (Image *image, const char *passphrase, ExceptionInfo *exception) |
| MagickExport MagickBooleanType | PasskeyEncipherImage (Image *image, const StringInfo *passkey, ExceptionInfo *exception) |
| MagickExport MagickBooleanType DecipherImage | ( | Image * | image, |
| const char * | passphrase, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 1111 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.
| MagickExport MagickBooleanType EncipherImage | ( | Image * | image, |
| const char * | passphrase, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 1167 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.
| MagickExport MagickBooleanType PasskeyDecipherImage | ( | Image * | image, |
| const StringInfo * | passkey, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 1124 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.
| MagickExport MagickBooleanType PasskeyEncipherImage | ( | Image * | image, |
| const StringInfo * | passkey, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 1180 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.