ReactOS 0.4.15-dev-7842-g558ab78
mbedtls_md_context_t Struct Reference

#include <md.h>

Collaboration diagram for mbedtls_md_context_t:

Public Attributes

const mbedtls_md_info_tmd_info
 
voidmd_ctx
 
voidhmac_ctx
 

Detailed Description

The generic message-digest context.

Definition at line 110 of file md.h.

Member Data Documentation

◆ hmac_ctx

void* mbedtls_md_context_t::hmac_ctx

The HMAC part of the context.

Definition at line 119 of file md.h.

◆ md_ctx

void* mbedtls_md_context_t::md_ctx

The digest-specific context.

Definition at line 116 of file md.h.

◆ md_info

const mbedtls_md_info_t* mbedtls_md_context_t::md_info

Information about the associated message digest.

Definition at line 113 of file md.h.


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