![]() |
mbed TLS
Version 2.1.2
SSl/TLS Library for the Embedded Space
|
SHA-512 context structure. More...
Data Fields | |
uint64_t | total [2] |
uint64_t | state [8] |
unsigned char | buffer [128] |
int | is384 |
SHA-512 context structure.
unsigned char buffer[128] |
data block being processed
int is384 |
0 => SHA-512, else SHA-384
uint64_t state[8] |
intermediate digest state
uint64_t total[2] |
number of bytes processed