OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
eng_dyn.c File Reference
#include "eng_int.h"
#include <openssl/dso.h>

Go to the source code of this file.

Classes

struct  st_dynamic_data_ctx
 

Macros

#define DYNAMIC_CMD_SO_PATH   ENGINE_CMD_BASE
 
#define DYNAMIC_CMD_NO_VCHECK   (ENGINE_CMD_BASE + 1)
 
#define DYNAMIC_CMD_ID   (ENGINE_CMD_BASE + 2)
 
#define DYNAMIC_CMD_LIST_ADD   (ENGINE_CMD_BASE + 3)
 
#define DYNAMIC_CMD_DIR_LOAD   (ENGINE_CMD_BASE + 4)
 
#define DYNAMIC_CMD_DIR_ADD   (ENGINE_CMD_BASE + 5)
 
#define DYNAMIC_CMD_LOAD   (ENGINE_CMD_BASE + 6)
 

Typedefs

typedef struct st_dynamic_data_ctx dynamic_data_ctx
 

Functions

void ENGINE_load_dynamic (void)
 

Macro Definition Documentation

#define DYNAMIC_CMD_DIR_ADD   (ENGINE_CMD_BASE + 5)

Definition at line 80 of file eng_dyn.c.

#define DYNAMIC_CMD_DIR_LOAD   (ENGINE_CMD_BASE + 4)

Definition at line 79 of file eng_dyn.c.

#define DYNAMIC_CMD_ID   (ENGINE_CMD_BASE + 2)

Definition at line 77 of file eng_dyn.c.

#define DYNAMIC_CMD_LIST_ADD   (ENGINE_CMD_BASE + 3)

Definition at line 78 of file eng_dyn.c.

#define DYNAMIC_CMD_LOAD   (ENGINE_CMD_BASE + 6)

Definition at line 81 of file eng_dyn.c.

#define DYNAMIC_CMD_NO_VCHECK   (ENGINE_CMD_BASE + 1)

Definition at line 76 of file eng_dyn.c.

#define DYNAMIC_CMD_SO_PATH   ENGINE_CMD_BASE

Definition at line 75 of file eng_dyn.c.

Typedef Documentation

Definition at line 71 of file eng_dyn.c.

Function Documentation

void ENGINE_load_dynamic ( void  )

Definition at line 287 of file eng_dyn.c.