![]() |
mbed TLS
Version 2.1.2
SSl/TLS Library for the Embedded Space
|
Generic message digest context. More...
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.
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.