#include <CommonCrypto/CommonCryptoError.h> also included by
<CommonCrypto/CommonCrypto.h>CommonCrypto/CommonCryptoError.h
macroCommonCrypto_CommonCryptoError_h
#define CommonCrypto_CommonCryptoError_h
enum(anonymous)
@enum CCCryptorStatus
@abstract Return values from CommonCryptor operations.
@constant kCCSuccess Operation completed normally.
@constant kCCParamError Illegal parameter value.
@constant kCCBufferTooSmall Insufficent buffer provided for specified
operation.
@constant kCCMemoryFailure Memory allocation failure.
@constant kCCAlignmentError Input size was not aligned properly.
@constant kCCDecodeError Input data did not decode or decrypt
properly.
@constant kCCUnimplemented Function not implemented for the current
algorithm.
@constant kCCInvalidKey Key is not valid.
| kCCSuccess | 0 | |
| kCCParamError | -4300 | |
| kCCBufferTooSmall | -4301 | |
| kCCMemoryFailure | -4302 | |
| kCCAlignmentError | -4303 | |
| kCCDecodeError | -4304 | |
| kCCUnimplemented | -4305 | |
| kCCOverflow | -4306 | |
| kCCRNGFailure | -4307 | |
| kCCUnspecifiedError | -4308 | |
| kCCCallSequenceError | -4309 | |
| kCCKeySizeError | -4310 | |
| kCCInvalidKey | -4311 |
typedefCCCryptorStatus
typedef int32_t CCCryptorStatus