mbox series

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

Message ID 20250218104943.2304730-1-t-pratham@ti.com (mailing list archive)
Headers show
Series Add support for hashing algorithms in TI DTHE V2 | expand

Message

T Pratham Feb. 18, 2025, 10:49 a.m. UTC
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(-)