Generic message digest context. More...
#include <md.h>

Data Fields | |
| const md_info_t * | md_info |
| Information about the associated message digest. | |
| void * | md_ctx |
| Digest-specific context. | |
Generic message digest context.
Definition at line 129 of file md.h.
| void* md_context_t::md_ctx |
Digest-specific context.
Definition at line 134 of file md.h.
Referenced by md_finish(), md_free_ctx(), md_hmac_finish(), md_hmac_reset(), md_hmac_starts(), md_hmac_update(), md_init_ctx(), md_process(), md_starts(), and md_update().
| const md_info_t* md_context_t::md_info |
Information about the associated message digest.
Definition at line 131 of file md.h.
Referenced by md_finish(), md_free_ctx(), md_hmac_finish(), md_hmac_reset(), md_hmac_starts(), md_hmac_update(), md_init_ctx(), md_process(), md_starts(), md_update(), mgf_mask(), pkcs5_pbkdf2_hmac(), and ssl_mac().
1.6.1