[PATCH RFC 0/2] Add support for hashing algorithms in TI DTHE V2

From: T Pratham
Date: Tue Feb 18 2025 - 05:50:39 EST


This adds supoprt for the hashing algorithms SHA224/256/384/512 and MD5
for the hashing engine of Texas Instruments DTHE V2 crypto accelerator
driver.

This patch series depends on the following previous series:
[1] [PATCH RFC 0/3] Add support for Texas Instruments DTHE V2 crypto accelerator
https://lore.kernel.org/all/20250206-dthe-v2-aes-v1-0-1e86cf683928@xxxxxx/

As with the previous series [1], the hardware spec is still to be
updated in the public TRM. It will be shared in a later series when it
is made available.

Signed-off-by: T Pratham <t-pratham@xxxxxx>
---
T Pratham (2):
crypto: ti: Add support for SHA224/256/384/512 in DTHE V2 driver
crypto: ti: Add support for MD5 in DTHE V2 Hashing Engine driver

drivers/crypto/ti/Kconfig | 3 +
drivers/crypto/ti/dthev2.c | 920 ++++++++++++++++++++++++++++++++++++-
2 files changed, 912 insertions(+), 11 deletions(-)

--
2.34.1