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

#include <eng_int.h>

Public Attributes

const char * id
 
const char * name
 
const RSA_METHODrsa_meth
 
const DSA_METHODdsa_meth
 
const DH_METHODdh_meth
 
const ECDH_METHODecdh_meth
 
const ECDSA_METHODecdsa_meth
 
const RAND_METHODrand_meth
 
const STORE_METHODstore_meth
 
ENGINE_CIPHERS_PTR ciphers
 
ENGINE_DIGESTS_PTR digests
 
ENGINE_PKEY_METHS_PTR pkey_meths
 
ENGINE_PKEY_ASN1_METHS_PTR pkey_asn1_meths
 
ENGINE_GEN_INT_FUNC_PTR destroy
 
ENGINE_GEN_INT_FUNC_PTR init
 
ENGINE_GEN_INT_FUNC_PTR finish
 
ENGINE_CTRL_FUNC_PTR ctrl
 
ENGINE_LOAD_KEY_PTR load_privkey
 
ENGINE_LOAD_KEY_PTR load_pubkey
 
ENGINE_SSL_CLIENT_CERT_PTR load_ssl_client_cert
 
const ENGINE_CMD_DEFNcmd_defns
 
int flags
 
int struct_ref
 
int funct_ref
 
CRYPTO_EX_DATA ex_data
 
struct engine_stprev
 
struct engine_stnext
 

Detailed Description

Definition at line 155 of file eng_int.h.

Member Data Documentation

ENGINE_CIPHERS_PTR engine_st::ciphers

Definition at line 167 of file eng_int.h.

const ENGINE_CMD_DEFN* engine_st::cmd_defns

Definition at line 185 of file eng_int.h.

ENGINE_CTRL_FUNC_PTR engine_st::ctrl

Definition at line 179 of file eng_int.h.

ENGINE_GEN_INT_FUNC_PTR engine_st::destroy

Definition at line 175 of file eng_int.h.

const DH_METHOD* engine_st::dh_meth

Definition at line 161 of file eng_int.h.

ENGINE_DIGESTS_PTR engine_st::digests

Definition at line 169 of file eng_int.h.

const DSA_METHOD* engine_st::dsa_meth

Definition at line 160 of file eng_int.h.

const ECDH_METHOD* engine_st::ecdh_meth

Definition at line 162 of file eng_int.h.

const ECDSA_METHOD* engine_st::ecdsa_meth

Definition at line 163 of file eng_int.h.

CRYPTO_EX_DATA engine_st::ex_data

Definition at line 196 of file eng_int.h.

ENGINE_GEN_INT_FUNC_PTR engine_st::finish

Definition at line 178 of file eng_int.h.

int engine_st::flags

Definition at line 186 of file eng_int.h.

int engine_st::funct_ref

Definition at line 194 of file eng_int.h.

const char* engine_st::id

Definition at line 157 of file eng_int.h.

ENGINE_GEN_INT_FUNC_PTR engine_st::init

Definition at line 177 of file eng_int.h.

ENGINE_LOAD_KEY_PTR engine_st::load_privkey

Definition at line 180 of file eng_int.h.

ENGINE_LOAD_KEY_PTR engine_st::load_pubkey

Definition at line 181 of file eng_int.h.

ENGINE_SSL_CLIENT_CERT_PTR engine_st::load_ssl_client_cert

Definition at line 183 of file eng_int.h.

const char* engine_st::name

Definition at line 158 of file eng_int.h.

struct engine_st* engine_st::next

Definition at line 199 of file eng_int.h.

ENGINE_PKEY_ASN1_METHS_PTR engine_st::pkey_asn1_meths

Definition at line 173 of file eng_int.h.

ENGINE_PKEY_METHS_PTR engine_st::pkey_meths

Definition at line 171 of file eng_int.h.

struct engine_st* engine_st::prev

Definition at line 198 of file eng_int.h.

const RAND_METHOD* engine_st::rand_meth

Definition at line 164 of file eng_int.h.

const RSA_METHOD* engine_st::rsa_meth

Definition at line 159 of file eng_int.h.

const STORE_METHOD* engine_st::store_meth

Definition at line 165 of file eng_int.h.

int engine_st::struct_ref

Definition at line 188 of file eng_int.h.


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