Sync with tizen_2.2
[platform/core/security/libcryptsvc.git] / include / tlc_tzcrypt.h
index 7234cb1..a2c7892 100755 (executable)
@@ -37,9 +37,9 @@ typedef unsigned long TZCRYPT_UINT64;
 #define SEC_CRYPTO_HASH_ERROR                          0x30000005
 
 /*
- * This function provides an encryption of user data. 
+ * This function provides an encryption of user data.
  *
- * @param [in] Src  : User data to be encrypted 
+ * @param [in] Src  : User data to be encrypted
  * @param [in] SrcLen : Length of user data to be encrypted (multiple by chunk size, SIZE_CHUNK)
  * @param [out] Dst : Encrypted data
  * @param [out] *DstLen : a pointer to length of encrypted data (multiple by secure object size, SIZE_SECUREOBJECT)