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

Go to the source code of this file.

Functions

void ENGINE_unregister_ECDH (ENGINE *e)
 
int ENGINE_register_ECDH (ENGINE *e)
 
void ENGINE_register_all_ECDH ()
 
int ENGINE_set_default_ECDH (ENGINE *e)
 
ENGINEENGINE_get_default_ECDH (void)
 
const ECDH_METHODENGINE_get_ECDH (const ENGINE *e)
 
int ENGINE_set_ECDH (ENGINE *e, const ECDH_METHOD *ecdh_meth)
 

Function Documentation

ENGINE* ENGINE_get_default_ECDH ( void  )

Definition at line 117 of file tb_ecdh.c.

const ECDH_METHOD* ENGINE_get_ECDH ( const ENGINE e)

Definition at line 123 of file tb_ecdh.c.

void ENGINE_register_all_ECDH ( void  )

Definition at line 98 of file tb_ecdh.c.

int ENGINE_register_ECDH ( ENGINE e)

Definition at line 90 of file tb_ecdh.c.

int ENGINE_set_default_ECDH ( ENGINE e)

Definition at line 106 of file tb_ecdh.c.

int ENGINE_set_ECDH ( ENGINE e,
const ECDH_METHOD ecdh_meth 
)

Definition at line 129 of file tb_ecdh.c.

void ENGINE_unregister_ECDH ( ENGINE e)

Definition at line 80 of file tb_ecdh.c.