![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
The SHA-1 context structure. More...
#include <sha1.h>
Data Fields | |
uint32_t | total [2] |
uint32_t | state [5] |
unsigned char | buffer [64] |
The SHA-1 context structure.
unsigned char mbedtls_sha1_context::buffer[64] |
The data block being processed.
uint32_t mbedtls_sha1_context::state[5] |
The intermediate digest state.
uint32_t mbedtls_sha1_context::total[2] |
The number of Bytes processed.