Skip to content

Commit 423e7f7

Browse files
Pratham-Tcshilwant
authored andcommitted
feat(linux): crypto: Update algo categorization in DTHEv2 to match SA2UL
SA2UL and OMAP docs was updated to split the list of algorithms based on type to improve readability. Change the categorization in DTHEv2 as well to match that of SA2UL_OMAP. Since DTHEv2 is currently only in a single device (AM62L), there is no need for a table here like SA2UL_OMAP. Signed-off-by: T Pratham <t-pratham@ti.com>
1 parent 090e473 commit 423e7f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ devices:
1919
2020
* AM62LX : Encryption - AES-ECB, AES-CBC, AES-XTS, AES-CTR
2121
Encryption with Authentication - AES-GCM, AES-CCM
22-
Hashing - MD5, SHA224, SHA256, SHA384, SHA512, HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512)
22+
Hashing - MD5, SHA224, SHA256, SHA384, SHA512
23+
Message Authentication - HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512)
2324
2425
********************
2526
Building the Drivers

0 commit comments

Comments
 (0)