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

T Pratham posted 2 patches 10 months ago
drivers/crypto/ti/Kconfig  |   3 +
drivers/crypto/ti/dthev2.c | 920 ++++++++++++++++++++++++++++++++++++-
2 files changed, 912 insertions(+), 11 deletions(-)
[PATCH RFC 0/2] Add support for hashing algorithms in TI DTHE V2
Posted by T Pratham 10 months ago
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@ti.com/

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@ti.com>
---
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