![]() |
MT7697 API Reference
LinkIt SDK v4
|
SHA context - SHA1/224/256/384/512. More...
#include <hal_sha.h>
Data Fields | |
| uint32_t | hash_value [16] |
| Hash value. More... | |
| uint32_t | message_length |
| Total size. More... | |
| uint8_t | buffer [(128)] |
| Data buffer. More... | |
| uint8_t * | block |
| A pointer to the start of the buffer. More... | |
| uint32_t | block_length |
| Block length for each operation. More... | |
SHA context - SHA1/224/256/384/512.
| uint8_t* block |
A pointer to the start of the buffer.
| uint32_t block_length |
Block length for each operation.
| uint8_t buffer[(128) ] |
Data buffer.
| uint32_t hash_value[16] |
Hash value.
| uint32_t message_length |
Total size.