Generic message digest context. More...
#include <md.h>
Data Fields | |
const mbedtls_md_info_t * | md_info |
Information about the associated message digest. | |
void * | md_ctx |
Digest-specific context. | |
void * | hmac_ctx |
HMAC part of the context. |
Generic message digest context.
Definition at line 66 of file md.h.