mbed TLS v3.1.0
Data Fields
mbedtls_md_context_t Struct Reference

#include <md.h>

Data Fields

const mbedtls_md_info_tprivate_md_info
 
void * private_md_ctx
 
void * private_hmac_ctx
 

Detailed Description

The generic message-digest context.

Definition at line 93 of file md.h.

Field Documentation

void* mbedtls_md_context_t::private_hmac_ctx

The HMAC part of the context.

Definition at line 102 of file md.h.

void* mbedtls_md_context_t::private_md_ctx

The digest-specific context.

Definition at line 99 of file md.h.

const mbedtls_md_info_t* mbedtls_md_context_t::private_md_info

Information about the associated message digest.

Definition at line 96 of file md.h.


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