#include <md.h>
Public Attributes | |
const mbedtls_md_info_t * | md_info |
void * | md_ctx |
void * | hmac_ctx |
The generic message-digest context.
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.