Lines Matching defs:passphrase
516 % MagickBooleanType DecipherImage(Image *image,const char *passphrase,
523 % o passphrase: decipher cipher pixels with this passphrase.
547 const char *passphrase,ExceptionInfo *exception)
555 if (passphrase == (const char *) NULL)
557 passkey=StringToStringInfo(passphrase);
742 % MagickBooleanType EncipherImage(Image *image,const char *passphrase,
749 % o passphrase: encipher pixels with this passphrase.
758 const char *passphrase,ExceptionInfo *exception)
766 if (passphrase == (const char *) NULL)
768 passkey=StringToStringInfo(passphrase);
1103 % MagickBooleanType DecipherImage(Image *image,const char *passphrase,
1110 % o passphrase: decipher cipher pixels with this passphrase.
1119 const char *passphrase,ExceptionInfo *exception)
1127 (void) passphrase;
1162 % MagickBooleanType EncipherImage(Image *image,const char *passphrase,
1167 % o passphrase: decipher cipher pixels with this passphrase.
1176 const char *passphrase,ExceptionInfo *exception)
1184 (void) passphrase;