mbed TLS  Version 2.1.2
SSl/TLS Library for the Embedded Space
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mbedtls_sha256_context Struct Reference

SHA-256 context structure. More...

Data Fields

uint32_t total [2]
 
uint32_t state [8]
 
unsigned char buffer [64]
 
int is224
 

Description

SHA-256 context structure.

Field Documentation

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