mbedtls_md2_context Struct Reference

MD2 context structure. More...

#include <md2.h>

Data Fields

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

Detailed Description

MD2 context structure.

Warning:
MD2 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.

Definition at line 85 of file md2.h.


Field Documentation

unsigned char mbedtls_md2_context::buffer[16]

data block being processed

Definition at line 89 of file md2.h.

unsigned char mbedtls_md2_context::cksum[16]

checksum of the data block

Definition at line 87 of file md2.h.

amount of data in buffer

Definition at line 90 of file md2.h.

unsigned char mbedtls_md2_context::state[48]

intermediate digest state

Definition at line 88 of file md2.h.


The documentation for this struct was generated from the following file:

Generated on 10 Aug 2020 for mbed TLS v2.7.16 by  doxygen 1.6.1