Skip to content

Commit 090e473

Browse files
Pratham-Tcshilwant
authored andcommitted
feat(linux): crypto: Update algorithms supported in AM62L DTHEv2
Update docs to reflect support of new algorithms added to AM62L DTHEv2 linux crypto driver in 11.2. The new algorithms added in this commit are: AES-XTS, AES-CTR, and AES-CCM. Signed-off-by: T Pratham <[email protected]>
1 parent 7737bf1 commit 090e473

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ devices:
1717

1818
.. code-block:: text
1919
20-
* AM62LX : Encryption - AES-ECB, AES-CBC
21-
Encryption with Authentication - AES-GCM
20+
* AM62LX : Encryption - AES-ECB, AES-CBC, AES-XTS, AES-CTR
21+
Encryption with Authentication - AES-GCM, AES-CCM
2222
Hashing - MD5, SHA224, SHA256, SHA384, SHA512, HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512)
2323
2424
********************

0 commit comments

Comments
 (0)