PolarSSL v1.3.3
Data Fields
md_context_t Struct Reference

Generic message digest context. More...

#include <md.h>

Collaboration diagram for md_context_t:
Collaboration graph
[legend]

Data Fields

const md_info_tmd_info
 Information about the associated message digest. More...
 
void * md_ctx
 Digest-specific context. More...
 

Detailed Description

Generic message digest context.

Definition at line 129 of file md.h.

Field Documentation

void* md_context_t::md_ctx

Digest-specific context.

Definition at line 134 of file md.h.

const md_info_t* md_context_t::md_info

Information about the associated message digest.

Definition at line 131 of file md.h.


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