FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCipher_Decrypt ( kCipher  cipher,
const void *  data,
kSize  dataLength,
kArray1  result 
)

Decrypts data.

Data length must be multiple of the block size.

Parameters
cipherCipher object.
dataData to decrypt.
dataLengthLength of the data in bytes.
resultDecrypted data.
Returns
Operation status.