diff --git a/include/TA/tee_trusted_storage_api.h b/include/TA/tee_trusted_storage_api.h index dff0ac9a242232f34da6aa5f49b41b24e4d53398..92a11beb4f344406761160586c0b425409be76c8 100644 --- a/include/TA/tee_trusted_storage_api.h +++ b/include/TA/tee_trusted_storage_api.h @@ -100,6 +100,8 @@ enum Data_Flag_Constants { TEE_DATA_FLAG_OPEN_AESC = 0x20000000, /* If bit30 is set to 1, it means use GM algorithm to protect data */ TEE_DATA_FLAG_GM = 0x40000000, + /* If bit31 is set to 1, encryption and decryption are performed in the unit of 3KB */ + TEE_DATA_FLAG_LARGE_CRYPTO_UNIT = 0x80000000, }; /*