5.13.0.0R1
Software Development Kit
mbedtls_md_context_t Struct Reference

Data Fields

void * hmac_ctx
 
void * md_ctx
 
const mbedtls_md_info_tmd_info
 

Detailed Description

The generic message-digest context.

Field Documentation

void* mbedtls_md_context_t::hmac_ctx

The HMAC part of the context.

void* mbedtls_md_context_t::md_ctx

The digest-specific context.

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: