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

Go to the source code of this file.

Functions

void ENGINE_unregister_DH (ENGINE *e)
 
int ENGINE_register_DH (ENGINE *e)
 
void ENGINE_register_all_DH ()
 
int ENGINE_set_default_DH (ENGINE *e)
 
ENGINEENGINE_get_default_DH (void)
 
const DH_METHODENGINE_get_DH (const ENGINE *e)
 
int ENGINE_set_DH (ENGINE *e, const DH_METHOD *dh_meth)
 

Function Documentation

ENGINE* ENGINE_get_default_DH ( void  )

Definition at line 102 of file tb_dh.c.

const DH_METHOD* ENGINE_get_DH ( const ENGINE e)

Definition at line 108 of file tb_dh.c.

void ENGINE_register_all_DH ( void  )

Definition at line 83 of file tb_dh.c.

int ENGINE_register_DH ( ENGINE e)

Definition at line 75 of file tb_dh.c.

int ENGINE_set_default_DH ( ENGINE e)

Definition at line 91 of file tb_dh.c.

int ENGINE_set_DH ( ENGINE e,
const DH_METHOD dh_meth 
)

Definition at line 114 of file tb_dh.c.

void ENGINE_unregister_DH ( ENGINE e)

Definition at line 65 of file tb_dh.c.