RetroArch
Public Attributes | List of all members
mbedtls_md_context_t Struct Reference

#include <md.h>

Collaboration diagram for mbedtls_md_context_t:
[legend]

Public Attributes

const mbedtls_md_info_tmd_info
 
voidmd_ctx
 
voidhmac_ctx
 

Detailed Description

Generic message digest context.

Member Data Documentation

◆ hmac_ctx

void* mbedtls_md_context_t::hmac_ctx

HMAC part of the context

◆ md_ctx

void* mbedtls_md_context_t::md_ctx

Digest-specific context

◆ md_info

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: