4.6.1.1 st_Crypto_Hash_Md5_Ctx
Description
This structure is used to define context for Md5 algorithms variants.
| Structure Elements Data Type | Element Name | Description |
|---|---|---|
| uint32_t | md5SessionId | It defines the session ID, must be more than zero |
| crypto_HandlerType_E | md5Handler_en | Enum to crypto operation handler i.e., SW, HW |
| uint8_t | arr_md5DataCtx
[110] | Array for the context variable data storage |
