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

Go to the source code of this file.

Functions

void ENGINE_unregister_STORE (ENGINE *e)
 
int ENGINE_register_STORE (ENGINE *e)
 
void ENGINE_register_all_STORE ()
 
const STORE_METHODENGINE_get_STORE (const ENGINE *e)
 
int ENGINE_set_STORE (ENGINE *e, const STORE_METHOD *store_meth)
 

Function Documentation

const STORE_METHOD* ENGINE_get_STORE ( const ENGINE e)

Definition at line 113 of file tb_store.c.

void ENGINE_register_all_STORE ( void  )

Definition at line 83 of file tb_store.c.

int ENGINE_register_STORE ( ENGINE e)

Definition at line 75 of file tb_store.c.

int ENGINE_set_STORE ( ENGINE e,
const STORE_METHOD store_meth 
)

Definition at line 119 of file tb_store.c.

void ENGINE_unregister_STORE ( ENGINE e)

Definition at line 65 of file tb_store.c.