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

#include <evp.h>

Public Attributes

const EVP_MDdigest
 
ENGINEengine
 
unsigned long flags
 
voidmd_data
 
EVP_PKEY_CTXpctx
 
int(* update )(EVP_MD_CTX *ctx, const void *data, size_t count)
 

Detailed Description

Definition at line 261 of file evp.h.

Member Data Documentation

const EVP_MD * env_md_ctx_st::digest

Definition at line 263 of file evp.h.

ENGINE * env_md_ctx_st::engine

Definition at line 264 of file evp.h.

unsigned long env_md_ctx_st::flags

Definition at line 265 of file evp.h.

void * env_md_ctx_st::md_data

Definition at line 266 of file evp.h.

EVP_PKEY_CTX * env_md_ctx_st::pctx

Definition at line 268 of file evp.h.

int(* env_md_ctx_st::update)(EVP_MD_CTX *ctx, const void *data, size_t count)

Definition at line 270 of file evp.h.


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