mbed TLS  Version 2.1.2
SSl/TLS Library for the Embedded Space
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mbedtls_md_context_t Struct Reference

Generic message digest context. More...

Data Fields

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

Description

Generic message digest context.

Field Documentation

void* hmac_ctx

HMAC part of the context.

void* md_ctx

Digest-specific context.

const mbedtls_md_info_t* md_info

Information about the associated message digest.