Implement zephyr crypto driver hash API's using calls to MEC172x ROM hash API's. Hardware supports zephyr driver hash modes: SHA-224, 256, 384, and 512. Driver supports synchronous (blocking) mode at this time. Signed-off-by: Manimaran A <manimaran.a@microchip.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| crypto_ataes132a_priv.h | ||
| crypto_ataes132a.c | ||
| crypto_intel_sha_priv.h | ||
| crypto_intel_sha_registers.h | ||
| crypto_intel_sha.c | ||
| crypto_mchp_xec_symcr.c | ||
| crypto_mtls_shim.c | ||
| crypto_npcx_sha.c | ||
| crypto_nrf_ecb.c | ||
| crypto_stm32_priv.h | ||
| crypto_stm32.c | ||
| crypto_tc_shim_priv.h | ||
| crypto_tc_shim.c | ||
| Kconfig | ||
| Kconfig.ataes132a | ||
| Kconfig.intel | ||
| Kconfig.npcx | ||
| Kconfig.nrf_ecb | ||
| Kconfig.stm32 | ||
| Kconfig.xec | ||