Re: [PATCH v7 06/27] mbedtls: add digest shim layer for MbedTLS

2024-09-17 Thread Ilias Apalodimas
Hi Raymond, This looks correct, but as we discussed please drop this and use the internal U-Boot hashing for now. I still think we should enable mbedTLS hashing in the future, since we can use new hash algorithms with minimal coding, but integrating this with the existing U-Boot hardware offloadin

[PATCH v7 06/27] mbedtls: add digest shim layer for MbedTLS

2024-09-13 Thread Raymond Mao
Implement digest shim layer on top of MbedTLS crypto library. Introduce _MBEDTLS kconfig for MbedTLS crypto implementations. Signed-off-by: Raymond Mao --- Changes in v2 - Split the shim layer into separated files and use the original head files instead of creating new ones. Changes in v3 - Ref