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_sha512_context Struct Reference

SHA-512 context structure. More...

Data Fields

uint64_t total [2]
 
uint64_t state [8]
 
unsigned char buffer [128]
 
int is384
 

Description

SHA-512 context structure.

Field Documentation

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