OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_md2_context Struct Reference

MD2 context structure. More...

#include <md2.h>

Public Attributes

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.

Member Data Documentation

◆ buffer

unsigned char mbedtls_md2_context::buffer[16]

data block being processed

◆ cksum

unsigned char mbedtls_md2_context::cksum[16]

checksum of the data block

◆ left

size_t mbedtls_md2_context::left

amount of data in buffer

◆ state

unsigned char mbedtls_md2_context::state[48]

intermediate digest state


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