XTSAES
XTSAES is a designation used in various data-security contexts to denote a tweakable AES-based mode of operation intended for protecting stored or transmitted data. It is not a single universally standardized algorithm; instead, the term has appeared in vendor documentation and academic discussions to describe a family of constructions that pair the AES block cipher with a per-data-unit tweak, similar in spirit to the XTS-AES mode used for disk encryption. As such, precise details—such as the method for deriving the per-unit tweak, the number of keys, and the exact encryption and decryption steps—vary between implementations.
In typical descriptions, XTSAES uses AES as the underlying primitive and applies a data-unit dependent tweak
Security considerations: Like related tweakable modes, XTSAES can be vulnerable to misuse if the tweak is not
Adoption and implementations: The term appears in theoretical literature and in some vendor or project-level implementations.