
Go to the source code of this file.
Functions | |
| MagickExport MagickBooleanType | DecipherImage (Image *, const char *, ExceptionInfo *) |
| MagickExport MagickBooleanType | EncipherImage (Image *, const char *, ExceptionInfo *) |
| MagickExport MagickBooleanType | PasskeyDecipherImage (Image *, const StringInfo *, ExceptionInfo *) |
| MagickExport MagickBooleanType | PasskeyEncipherImage (Image *, const StringInfo *, ExceptionInfo *) |
| MagickExport MagickBooleanType DecipherImage | ( | Image * | , | |
| const char * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType EncipherImage | ( | Image * | , | |
| const char * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType PasskeyDecipherImage | ( | Image * | , | |
| const StringInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType PasskeyEncipherImage | ( | Image * | , | |
| const StringInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 1145 of file cipher.c.
References _Image::debug, _Image::filename, GetMagickModule, ImageError, LogMagickEvent(), MagickFalse, MagickSignature, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.
1.6.1