hmac_ctx_st Struct Reference

#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 [128]

Field Documentation

EVP_MD_CTX hmac_ctx_st::i_ctx
 
unsigned char hmac_ctx_st::key[128]
 
unsigned int hmac_ctx_st::key_length
 
const EVP_MD* hmac_ctx_st::md
 
EVP_MD_CTX hmac_ctx_st::md_ctx
 
EVP_MD_CTX hmac_ctx_st::o_ctx
 

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

Copyright © Nokia Corporation 2001-2008
Back to top