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