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

Go to the source code of this file.

Functions

void ENGINE_unregister_DSA (ENGINE *e)
 
int ENGINE_register_DSA (ENGINE *e)
 
void ENGINE_register_all_DSA ()
 
int ENGINE_set_default_DSA (ENGINE *e)
 
ENGINEENGINE_get_default_DSA (void)
 
const DSA_METHODENGINE_get_DSA (const ENGINE *e)
 
int ENGINE_set_DSA (ENGINE *e, const DSA_METHOD *dsa_meth)
 

Function Documentation

ENGINE* ENGINE_get_default_DSA ( void  )

Definition at line 102 of file tb_dsa.c.

const DSA_METHOD* ENGINE_get_DSA ( const ENGINE e)

Definition at line 108 of file tb_dsa.c.

void ENGINE_register_all_DSA ( void  )

Definition at line 83 of file tb_dsa.c.

int ENGINE_register_DSA ( ENGINE e)

Definition at line 75 of file tb_dsa.c.

int ENGINE_set_default_DSA ( ENGINE e)

Definition at line 91 of file tb_dsa.c.

int ENGINE_set_DSA ( ENGINE e,
const DSA_METHOD dsa_meth 
)

Definition at line 114 of file tb_dsa.c.

void ENGINE_unregister_DSA ( ENGINE e)

Definition at line 65 of file tb_dsa.c.