Skip to content

Commit 7302e25

Browse files
committed
feat(linux): crypto: Update algorithms supported in AM62L
Update the docs to include new algorithms whose support has been added to AM62L DTHEv2 linux crypto driver. The new algorithms added in this commit are: AES-GCM, HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), and HMAC(SHA512). To ease the visibility, the algorithms have been broken doen into multiple types according to their type. Signed-off-by: T Pratham <[email protected]>
1 parent c77beeb commit 7302e25

File tree

1 file changed

+3
-1
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto

1 file changed

+3
-1
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/DTHEv2.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ devices:
1717

1818
.. code-block:: text
1919
20-
* AM62LX : AES-ECB, AES-CBC, MD5, SHA224, SHA256, SHA384, SHA512
20+
* AM62LX : Encryption - AES-ECB, AES-CBC
21+
Encryption with Authentication - AES-GCM
22+
Hashing - MD5, SHA224, SHA256, SHA384, SHA512, HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512)
2123
2224
********************
2325
Building the Drivers

0 commit comments

Comments
 (0)