Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_md_context_t Struct Reference

The generic message-digest context. More...

#include <md.h>

Data Fields

const mbedtls_md_info_tmd_info
 Information about the associated message digest. More...
 
void * md_ctx
 The digest-specific context. More...
 
void * hmac_ctx
 The HMAC part of the context. More...
 

Detailed Description

The generic message-digest context.

Definition at line 97 of file md.h.

Field Documentation

◆ md_info

const mbedtls_md_info_t* md_info

Information about the associated message digest.

Definition at line 100 of file md.h.

◆ md_ctx

void* md_ctx

The digest-specific context.

Definition at line 103 of file md.h.

◆ hmac_ctx

void* hmac_ctx

The HMAC part of the context.

Definition at line 106 of file md.h.