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

MD2 context structure. More...

Data Fields

unsigned char cksum [16]
 
unsigned char state [48]
 
unsigned char buffer [16]
 
size_t left
 

Description

MD2 context structure.

Field Documentation

unsigned char buffer[16]

data block being processed

unsigned char cksum[16]

checksum of the data block

size_t left

amount of data in buffer

unsigned char state[48]

intermediate digest state