mbedtls ported to mbed-classic

Fork of mbedtls by Christopher Haster

Embed: (wiki syntax)

« Back to documentation index

mbedtls_md5_context Struct Reference

mbedtls_md5_context Struct Reference

MD5 context structure. More...

#include <md5.h>

Data Fields

uint32_t total [2]
uint32_t state [4]
unsigned char buffer [64]

Detailed Description

MD5 context structure.

Definition at line 46 of file md5.h.


Field Documentation

unsigned char buffer[64]

data block being processed

Definition at line 50 of file md5.h.

uint32_t state[4]

intermediate digest state

Definition at line 49 of file md5.h.

uint32_t total[2]

number of bytes processed

Definition at line 48 of file md5.h.