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

#include <crypto.h>

Public Attributes

long argl
 
voidargp
 
CRYPTO_EX_newnew_func
 
CRYPTO_EX_freefree_func
 
CRYPTO_EX_dupdup_func
 

Detailed Description

Definition at line 295 of file crypto.h.

Member Data Documentation

long crypto_ex_data_func_st::argl

Definition at line 297 of file crypto.h.

void * crypto_ex_data_func_st::argp

Definition at line 298 of file crypto.h.

CRYPTO_EX_dup * crypto_ex_data_func_st::dup_func

Definition at line 301 of file crypto.h.

CRYPTO_EX_free * crypto_ex_data_func_st::free_func

Definition at line 300 of file crypto.h.

CRYPTO_EX_new * crypto_ex_data_func_st::new_func

Definition at line 299 of file crypto.h.


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