feat(drivers): Introduce MD5 operation context

This commit is contained in:
harshal.patil
2026-05-23 00:31:38 +05:30
parent 6cc42afad3
commit 06505cc5be
@@ -44,7 +44,7 @@
#endif
#if defined(ESP_MD5_DRIVER_ENABLED)
#include "esp_rom_md5.h"
#include "psa_crypto_driver_esp_md5_contexts.h"
#endif
#if defined(ESP_AES_DRIVER_ENABLED)
@@ -128,7 +128,7 @@ typedef union {
esp_sha_hash_operation_t esp_ctx;
#endif
#if defined(ESP_MD5_DRIVER_ENABLED)
md5_context_t md5_ctx;
esp_md5_hash_operation_t md5_ctx;
#endif
} psa_driver_hash_context_t;