#include <hmac.h>
Data Fields | |
const EVP_MD * | md |
EVP_MD_CTX | md_ctx |
EVP_MD_CTX | i_ctx |
EVP_MD_CTX | o_ctx |
unsigned int | key_length |
unsigned char | key [HMAC_MAX_MD_CBLOCK] |
Definition at line 75 of file hmac.h.
const EVP_MD* hmac_ctx_st::md |
unsigned int hmac_ctx_st::key_length |
unsigned char hmac_ctx_st::key[HMAC_MAX_MD_CBLOCK] |