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

Go to the source code of this file.

Functions

ENGINEENGINE_get_first (void)
 
ENGINEENGINE_get_last (void)
 
ENGINEENGINE_get_next (ENGINE *e)
 
ENGINEENGINE_get_prev (ENGINE *e)
 
int ENGINE_add (ENGINE *e)
 
int ENGINE_remove (ENGINE *e)
 
ENGINEENGINE_by_id (const char *id)
 
int ENGINE_up_ref (ENGINE *e)
 

Function Documentation

int ENGINE_add ( ENGINE e)

Definition at line 270 of file eng_list.c.

ENGINE* ENGINE_by_id ( const char *  id)

Definition at line 350 of file eng_list.c.

ENGINE* ENGINE_get_first ( void  )

Definition at line 192 of file eng_list.c.

ENGINE* ENGINE_get_last ( void  )

Definition at line 207 of file eng_list.c.

ENGINE* ENGINE_get_next ( ENGINE e)

Definition at line 223 of file eng_list.c.

ENGINE* ENGINE_get_prev ( ENGINE e)

Definition at line 246 of file eng_list.c.

int ENGINE_remove ( ENGINE e)

Definition at line 296 of file eng_list.c.

int ENGINE_up_ref ( ENGINE e)

Definition at line 424 of file eng_list.c.