Lines Matching full:passphrase
508 % MagickBooleanType DecipherImage(Image *image,const char *passphrase,
515 % o passphrase: decipher cipher pixels with this passphrase.
539 const char *passphrase,ExceptionInfo *exception) in DecipherImage() argument
547 if (passphrase == (const char *) NULL) in DecipherImage()
549 passkey=StringToStringInfo(passphrase); in DecipherImage()
733 % MagickBooleanType EncipherImage(Image *image,const char *passphrase,
740 % o passphrase: encipher pixels with this passphrase.
749 const char *passphrase,ExceptionInfo *exception) in EncipherImage() argument
757 if (passphrase == (const char *) NULL) in EncipherImage()
759 passkey=StringToStringInfo(passphrase); in EncipherImage()
1094 % MagickBooleanType DecipherImage(Image *image,const char *passphrase,
1101 % o passphrase: decipher cipher pixels with this passphrase.
1110 const char *passphrase,ExceptionInfo *exception) in DecipherImage() argument
1118 (void) passphrase; in DecipherImage()
1152 % MagickBooleanType EncipherImage(Image *image,const char *passphrase,
1157 % o passphrase: decipher cipher pixels with this passphrase.
1166 const char *passphrase,ExceptionInfo *exception) in EncipherImage() argument
1174 (void) passphrase; in EncipherImage()