![]() |
MT7697 API Reference
LinkIt SDK v4
|
MD5 context. More...
#include <hal_md5.h>
Data Fields | |
| uint32_t | hash_value [4] |
| Hash value. More... | |
| uint64_t | message_length |
| Total size. More... | |
| uint8_t * | block |
| A pointer to the start of the buffer. More... | |
| uint8_t | buffer [(64)] |
| Data buffer. More... | |
| uint32_t | block_length |
| Block length for each operation. More... | |
MD5 context.
| uint8_t* block |
A pointer to the start of the buffer.
| uint32_t block_length |
Block length for each operation.
| uint8_t buffer[(64) ] |
Data buffer.
| uint32_t hash_value[4] |
Hash value.
| uint64_t message_length |
Total size.