FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kBlowfishCipher_Construct ( kBlowfishCipher blowfish,
const kByte key,
kSize  keyLength,
kCipherPadding  padding,
kCipherMode  cipherMode,
kAlloc  allocator 
)

Constructs a kBlowfishCipher instance.

Parameters
blowfishReceives constructed blowfish cipher object.
keyKey.
keyLengthLength of the key.
paddingPadding used in encryption.
cipherModeCipher used for en- and decryption.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.