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

#include <md.h>

Collaboration diagram for mbedtls_md_context_t:

Public Attributes

const mbedtls_md_info_tmd_info
 
void * md_ctx
 
void * hmac_ctx
 

Detailed Description

The generic message-digest context.

Member Data Documentation

◆ hmac_ctx

void* mbedtls_md_context_t::hmac_ctx

The HMAC part of the context.

◆ md_ctx

void* mbedtls_md_context_t::md_ctx

The digest-specific context.

◆ md_info

const mbedtls_md_info_t* mbedtls_md_context_t::md_info

Information about the associated message digest.


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