OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
hmac_ctx_st Struct Reference

#include <hmac.h>

Public Attributes

const EVP_MDmd
 
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]
 

Detailed Description

Definition at line 75 of file hmac.h.

Member Data Documentation

EVP_MD_CTX hmac_ctx_st::i_ctx

Definition at line 79 of file hmac.h.

unsigned char hmac_ctx_st::key

Definition at line 82 of file hmac.h.

unsigned int hmac_ctx_st::key_length

Definition at line 81 of file hmac.h.

const EVP_MD * hmac_ctx_st::md

Definition at line 77 of file hmac.h.

EVP_MD_CTX hmac_ctx_st::md_ctx

Definition at line 78 of file hmac.h.

EVP_MD_CTX hmac_ctx_st::o_ctx

Definition at line 80 of file hmac.h.


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