Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

45 #include "MagickCore/exception.h"
46 #include "MagickCore/exception-private.h"
515 % const StringInfo *passkey,ExceptionInfo *exception)
517 % ExceptionInfo *exception)
527 % o exception: return any errors or warnings in this structure.
547 const char *passphrase,ExceptionInfo *exception)
560 status=PasskeyDecipherImage(image,passkey,exception);
566 const StringInfo *passkey,ExceptionInfo *exception)
619 assert(exception != (ExceptionInfo *) NULL);
620 assert(exception->signature == MagickCoreSignature);
664 quantum_type=GetQuantumType(image,exception);
666 image_view=AcquireAuthenticCacheView(image,exception);
676 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
680 pixels,exception);
701 pixels,exception);
702 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
741 % const StringInfo *passkey,ExceptionInfo *exception)
743 % ExceptionInfo *exception)
753 % o exception: return any errors or warnings in this structure.
758 const char *passphrase,ExceptionInfo *exception)
771 status=PasskeyEncipherImage(image,passkey,exception);
777 const StringInfo *passkey,ExceptionInfo *exception)
833 assert(exception != (ExceptionInfo *) NULL);
834 assert(exception->signature == MagickCoreSignature);
837 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
866 (void) SetImageProperty(image,"cipher:type","AES",exception);
867 (void) SetImageProperty(image,"cipher:mode","CTR",exception);
868 (void) SetImageProperty(image,"cipher:nonce",signature,exception);
885 quantum_type=GetQuantumType(image,exception);
887 image_view=AcquireAuthenticCacheView(image,exception);
897 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
901 pixels,exception);
922 pixels,exception);
923 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1102 % const StringInfo *passkey,ExceptionInfo *exception)
1104 % ExceptionInfo *exception)
1114 % o exception: return any errors or warnings in this structure.
1119 const char *passphrase,ExceptionInfo *exception)
1125 assert(exception != (ExceptionInfo *) NULL);
1126 assert(exception->signature == MagickCoreSignature);
1132 const StringInfo *passkey,ExceptionInfo *exception)
1138 assert(exception != (ExceptionInfo *) NULL);
1139 assert(exception->signature == MagickCoreSignature);
1161 % const StringInfo *passkey,ExceptionInfo *exception)
1163 % ExceptionInfo *exception)
1171 % o exception: return any errors or warnings in this structure.
1176 const char *passphrase,ExceptionInfo *exception)
1182 assert(exception != (ExceptionInfo *) NULL);
1183 assert(exception->signature == MagickCoreSignature);
1189 const StringInfo *passkey,ExceptionInfo *exception)
1195 assert(exception != (ExceptionInfo *) NULL);
1196 assert(exception->signature == MagickCoreSignature);