5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
mbedtls_md_context_t Struct Reference

#include <md.h>

Data Fields

void * hmac_ctx
 
void * md_ctx
 
const mbedtls_md_info_tmd_info
 

Detailed Description

The generic message-digest context.

Field 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: