MD2 context structure.
Definition at line 45 of file md2.h.
#include <md2.h>
unsigned char mbedtls_md2_context::buffer[16] |
data block being processed
Definition at line 49 of file md2.h.
unsigned char mbedtls_md2_context::cksum[16] |
checksum of the data block
Definition at line 47 of file md2.h.
size_t mbedtls_md2_context::left |
amount of data in buffer
Definition at line 50 of file md2.h.
unsigned char mbedtls_md2_context::state[48] |
intermediate digest state
Definition at line 48 of file md2.h.
The documentation for this struct was generated from the following file: