Mbed TLS v3.6.3
|
The SHA-256 context structure. More...
#include <sha256.h>
Data Fields | |
unsigned char | private_buffer [64] |
uint32_t | private_total [2] |
uint32_t | private_state [8] |
int | private_is224 |
int | dummy |
The SHA-256 context structure.
The structure is used both for SHA-256 and for SHA-224 checksum calculations. The choice between these two is made in the call to mbedtls_sha256_starts().
int mbedtls_sha256_context::dummy |
Definition at line 11 of file sha256_alt.h.
unsigned char mbedtls_sha256_context::private_buffer[64] |
int mbedtls_sha256_context::private_is224 |
uint32_t mbedtls_sha256_context::private_state[8] |
uint32_t mbedtls_sha256_context::private_total[2] |