diff --git a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/DTHEv2.rst b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/DTHEv2.rst index d3df0f0f1..c59e482ca 100644 --- a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/DTHEv2.rst +++ b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/DTHEv2.rst @@ -17,9 +17,10 @@ devices: .. code-block:: text - * AM62LX : Encryption - AES-ECB, AES-CBC - Encryption with Authentication - AES-GCM - Hashing - MD5, SHA224, SHA256, SHA384, SHA512, HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512) + * AM62LX : Encryption - AES-ECB, AES-CBC, AES-XTS, AES-CTR + Encryption with Authentication - AES-GCM, AES-CCM + Hashing - MD5, SHA224, SHA256, SHA384, SHA512 + Message Authentication - HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512) ******************** Building the Drivers