OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
eng_ctrl.c File Reference
#include "eng_int.h"

Go to the source code of this file.

Functions

int ENGINE_ctrl (ENGINE *e, int cmd, long i, void *p, void(*f)(void))
 
int ENGINE_cmd_is_executable (ENGINE *e, int cmd)
 
int ENGINE_ctrl_cmd (ENGINE *e, const char *cmd_name, long i, void *p, void(*f)(void), int cmd_optional)
 
int ENGINE_ctrl_cmd_string (ENGINE *e, const char *cmd_name, const char *arg, int cmd_optional)
 

Function Documentation

int ENGINE_cmd_is_executable ( ENGINE e,
int  cmd 
)

Definition at line 235 of file eng_ctrl.c.

int ENGINE_ctrl ( ENGINE e,
int  cmd,
long  i,
void p,
void(*)(void f 
)

Definition at line 182 of file eng_ctrl.c.

int ENGINE_ctrl_cmd ( ENGINE e,
const char *  cmd_name,
long  i,
void p,
void(*)(void f,
int  cmd_optional 
)

Definition at line 251 of file eng_ctrl.c.

int ENGINE_ctrl_cmd_string ( ENGINE e,
const char *  cmd_name,
const char *  arg,
int  cmd_optional 
)

Definition at line 288 of file eng_ctrl.c.