FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kCipherPadding Struct Reference

Description

Represents pattern mode for the encrypt function.

Inheritance diagram for kCipherPadding:
Inheritance graph

Related

#define kCIPHER_PADDING_NULL   (0x0000)
 Unknown.
 
#define kCIPHER_PADDING_ANSIX923   (0x0001)
 ANSIX923, padding string consists of a sequence of bytes filled with zeros before the length.
 
#define kCIPHER_PADDING_ISO10126   (0x0002)
 ISO10126, padding string consists of random data before the length.
 
#define kCIPHER_PADDING_NONE   (0x0004)
 No padding, requires that the encrypted string is a multiple of 8 byte long.
 
#define kCIPHER_PADDING_PKCS7   (0x0008)
 PKCS7, padding string consists of a sequence of bytes, each of which is equal to the total number of padding bytes added.
 
#define kCIPHER_PADDING_ZERO   (0x0010)
 Zero, padding string consists of bytes set to zero.
 

The documentation for this struct was generated from the following file: