MagickCore  6.7.5
cipher.c File Reference
Include dependency graph for cipher.c:

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)

Function Documentation

MagickExport MagickBooleanType DecipherImage ( Image image,
const char *  passphrase,
ExceptionInfo exception 
)
MagickExport MagickBooleanType EncipherImage ( Image image,
const char *  passphrase,
ExceptionInfo exception 
)
MagickExport MagickBooleanType PasskeyDecipherImage ( Image image,
const StringInfo passkey,
ExceptionInfo exception 
)
MagickExport MagickBooleanType PasskeyEncipherImage ( Image image,
const StringInfo passkey,
ExceptionInfo exception 
)