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 aea0629b0..d3df0f0f1 100644 --- a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/DTHEv2.rst +++ b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/DTHEv2.rst @@ -17,7 +17,9 @@ devices: .. code-block:: text - * AM62LX : AES-ECB, AES-CBC, MD5, SHA224, SHA256, SHA384, SHA512 + * 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) ******************** Building the Drivers